diff --git a/src/examples/Lists/ProfilesList/index.js b/src/examples/Lists/ProfilesList/index.js
index 0dd34b39..efc08b13 100644
--- a/src/examples/Lists/ProfilesList/index.js
+++ b/src/examples/Lists/ProfilesList/index.js
@@ -49,9 +49,14 @@ function ProfilesList({ title, profiles }) {
{action.type === "internal" ? (
-
+
{action.label}
-
+
) : (
+ (
-
+ color={action.color ? action.color : 'dark'}
+ borderRadius="none"
+ shadow="none"
+ >
{action.label}
-
+
) : (
@@ -155,7 +155,7 @@ function DefaultNavbar({ transparent, light, action }) {
{mobileView && }
-
+ )
);
}
diff --git a/src/layouts/authentication/sign-in/index.js b/src/layouts/authentication/sign-in/index.js
index 256b8877..aab254e2 100644
--- a/src/layouts/authentication/sign-in/index.js
+++ b/src/layouts/authentication/sign-in/index.js
@@ -39,7 +39,7 @@ function SignIn() {
const handleSetRememberMe = () => setRememberMe(!rememberMe);
return (
-
-
+
sign in
-
+
@@ -93,7 +93,7 @@ function SignIn() {
-
+ )
);
}
diff --git a/src/layouts/authentication/sign-up/index.js b/src/layouts/authentication/sign-up/index.js
index 8245ce06..87fe3267 100644
--- a/src/layouts/authentication/sign-up/index.js
+++ b/src/layouts/authentication/sign-up/index.js
@@ -42,7 +42,7 @@ function SignUp() {
const handleSetAgremment = () => setAgremment(!agreement);
return (
-
-
+
sign up
-
+
@@ -111,7 +111,7 @@ function SignUp() {
-
+ )
);
}
diff --git a/src/layouts/billing/components/Bill/index.js b/src/layouts/billing/components/Bill/index.js
index a9596a61..4e5ae84e 100644
--- a/src/layouts/billing/components/Bill/index.js
+++ b/src/layouts/billing/components/Bill/index.js
@@ -26,17 +26,17 @@ import SoftButton from "components/SoftButton";
function Bill({ name, company, email, vat, noGutter }) {
return (
-
+ (
-
+
delete delete
-
+
-
+
edit edit
-
+
@@ -88,7 +88,7 @@ function Bill({ name, company, email, vat, noGutter }) {
-
+ )
);
}
diff --git a/src/layouts/billing/components/PaymentMethod/index.js b/src/layouts/billing/components/PaymentMethod/index.js
index e0d31721..cf49213d 100644
--- a/src/layouts/billing/components/PaymentMethod/index.js
+++ b/src/layouts/billing/components/PaymentMethod/index.js
@@ -35,15 +35,15 @@ function PaymentMethod() {
const { borderWidth, borderColor } = borders;
return (
-
+ (
Payment Method
-
+
add
add new card
-
+
@@ -93,7 +93,7 @@ function PaymentMethod() {
-
+ )
);
}