mirror of https://github.com/ctk-hq/ctk
feat(frontend): created theme object
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…
Reference in New Issue