init: layout with simple side navigation
This commit is contained in:
13
pkgs/ui/src/app/theme/themes.ts
Normal file
13
pkgs/ui/src/app/theme/themes.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
||||
export const darkTheme = createTheme({
|
||||
palette: {
|
||||
mode: "dark",
|
||||
},
|
||||
});
|
||||
|
||||
export const lightTheme = createTheme({
|
||||
palette: {
|
||||
mode: "light",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user