feat(frontend): created theme object

pull/75/head
Samuel Rowe 3 years ago
parent ec0bd31ed0
commit a2b35a772f

@ -0,0 +1,13 @@
import { extendTheme } from "@mui/joy/styles";
export const lightTheme = extendTheme({
colorSchemes: {
light: {
palette: {
primary: {
mainChannel: "#4f46e5"
}
}
}
}
});
Loading…
Cancel
Save