diff --git a/src/examples/Cards/PricingCards/DefaultPricingCard/index.js b/src/examples/Cards/PricingCards/DefaultPricingCard/index.js index 6343b212..9cf9825a 100644 --- a/src/examples/Cards/PricingCards/DefaultPricingCard/index.js +++ b/src/examples/Cards/PricingCards/DefaultPricingCard/index.js @@ -55,7 +55,7 @@ function DefaultPricingCard({ badge, price, specifications, action }) { )); return ( - + ( - + bgColor="transparent" + opacity="1" + borderRadius="none" + shadow="none" + > {action.label}  arrow_forward - + ) : ( - + fullWidth="true" + > {action.label}  arrow_forward - + )} - + ) ); } diff --git a/src/examples/Configurator/index.js b/src/examples/Configurator/index.js index 08c21f1a..2609b700 100644 --- a/src/examples/Configurator/index.js +++ b/src/examples/Configurator/index.js @@ -85,7 +85,7 @@ function Configurator() { }); return ( - + ( - - Sidenav Colors @@ -165,29 +163,26 @@ function Configurator() { mt: 2, }} > - + Transparent - - + + White - + @@ -200,29 +195,27 @@ function Configurator() { - + > free download - + - view documentation - + - + ) ); } diff --git a/src/examples/Navbars/DefaultNavbar/index.js b/src/examples/Navbars/DefaultNavbar/index.js index d9763bf8..93a3a77b 100644 --- a/src/examples/Navbars/DefaultNavbar/index.js +++ b/src/examples/Navbars/DefaultNavbar/index.js @@ -70,7 +70,7 @@ function DefaultNavbar({ transparent, light, action }) { }, []); return ( - + ( - {action.label} - + ) : ( @@ -155,7 +155,7 @@ function DefaultNavbar({ transparent, light, action }) { {mobileView && } - + ) ); } diff --git a/src/examples/Sidenav/index.js b/src/examples/Sidenav/index.js index d1a8dcba..8ea7f52e 100644 --- a/src/examples/Sidenav/index.js +++ b/src/examples/Sidenav/index.js @@ -128,7 +128,7 @@ function Sidenav({ color, brand, brandName, routes, ...rest }) { }); return ( - + ( - + fullWidth="true" + > upgrade to pro - + - + ) ); } diff --git a/src/layouts/authentication/components/Socials/index.js b/src/layouts/authentication/components/Socials/index.js index adc74bbd..03e80e6a 100644 --- a/src/layouts/authentication/components/Socials/index.js +++ b/src/layouts/authentication/components/Socials/index.js @@ -19,8 +19,8 @@ import SoftBox from "components/SoftBox"; function Socials() { return ( - - + ( + @@ -32,9 +32,9 @@ function Socials() { - + - + @@ -42,9 +42,9 @@ function Socials() { - + - + @@ -67,8 +67,8 @@ function Socials() { - - + + ) ); } 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..635ce9b7 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() { - + ) ); } diff --git a/src/layouts/virtual-reality/index.js b/src/layouts/virtual-reality/index.js index ede83d96..9b989491 100644 --- a/src/layouts/virtual-reality/index.js +++ b/src/layouts/virtual-reality/index.js @@ -45,7 +45,7 @@ function VRInfo() { const { d1, h2, fontWeightMedium } = typography; return ( - + ( - ({ - color: dark.main, - borderRadius: borderRadius.lg, - })} + home - + - ({ - color: dark.main, - borderRadius: borderRadius.lg, - })} + search - + - ({ - color: dark.main, - borderRadius: borderRadius.lg, - })} + more_horiz - + @@ -160,7 +151,7 @@ function VRInfo() { - + ) ); }