Skip to content

Commit

Permalink
chore: removed initialMode from theme-provider code example
Browse files Browse the repository at this point in the history
Signed-off-by: Mdkaif-123 <[email protected]>
  • Loading branch information
mdkaifansari04 committed Nov 5, 2024
1 parent d204c77 commit 94db6df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sections/Projects/Sistent/components/box/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import TabButton from "../../../../../reusecore/Button";
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

const codes = [
` <SistentThemeProvider ini>
` <SistentThemeProvider>
<Box sx={{ bgcolor: "#ffeb3b", padding: 4, height: "50vh" }}>
<p>
This is a Box component with custom background and padding.
</p>
</Box>
</SistentThemeProvider>`,
` <SistentThemeProvider ini>
` <SistentThemeProvider>
<Box
sx={{
bgcolor: { xs: "#cfe8fc", md: "#ffeb3b" },
Expand All @@ -30,7 +30,7 @@ const codes = [
</p>
</Box>
</SistentThemeProvider>`,
` <SistentThemeProvider ini>
` <SistentThemeProvider>
<Box
sx={{
bgcolor: { xs: "#cfe8fc", md: "#ffeb3b" },
Expand All @@ -43,7 +43,7 @@ const codes = [
</p>
</Box>
</SistentThemeProvider>`,
` <SistentThemeProvider ini>
` <SistentThemeProvider>
<Box
sx={{
bgcolor: "#cfe8fc",
Expand Down

0 comments on commit 94db6df

Please sign in to comment.