diff --git a/docs/src/components/home/CoreShowcase.tsx b/docs/src/components/home/CoreShowcase.tsx index fb1a7435d6a855..3095278b06e742 100644 --- a/docs/src/components/home/CoreShowcase.tsx +++ b/docs/src/components/home/CoreShowcase.tsx @@ -57,7 +57,7 @@ darkBrandingTheme = createTheme(darkBrandingTheme, { const CODES = [ `const theme = createTheme({ shape: { - borderRadius: 10, + borderRadius: 12, },`, ` spacing: 10,`, @@ -68,13 +68,13 @@ const CODES = [ ],`, ` typography: { - fontFamily: '"PlusJakartaSans", sans-serif', + fontFamily: '"IBM Plex Sans", sans-serif', fontWeightBold: 500, },`, ` palette: { background: { - default: theme.palette.mode === 'dark' ? '#0A1929' : '#F3F6F9', + default: '#F3F6F9', },`, ` divider: '#E5E8EC',`, @@ -195,7 +195,7 @@ function TypeWriter({ onStepComplete(step); clearInterval(time); } - }, 50); + }, 32); return () => { clearInterval(time); }; @@ -269,7 +269,7 @@ export default function CoreShowcase() { - + @@ -309,7 +309,7 @@ export default function CoreShowcase() {