/[sudobot]/trunk/docs/utils/theme.ts
ViewVC logotype

Annotation of /trunk/docs/utils/theme.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 573 - (hide annotations)
Mon Jul 29 17:54:59 2024 UTC (8 months, 1 week ago) by rakinar2
File MIME type: application/typescript
File size: 129 byte(s)
chore: push code for v9 [second attempt]
1 rakinar2 573 import { createTheme } from "@mui/material";
2    
3     export const theme = createTheme({
4     palette: {
5     mode: "dark",
6     },
7     });

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26