mirror of https://github.com/ctk-hq/ctk
feat: moved from Joy to MUI
parent
1db3451f2f
commit
43014635f6
@ -1,13 +1,9 @@
|
|||||||
import { extendTheme } from "@mui/joy/styles";
|
import { createTheme } from "@mui/material";
|
||||||
|
|
||||||
export const lightTheme = extendTheme({
|
export const lightTheme = createTheme({
|
||||||
colorSchemes: {
|
palette: {
|
||||||
light: {
|
primary: {
|
||||||
palette: {
|
main: "#4f46e5"
|
||||||
primary: {
|
|
||||||
mainChannel: "#4f46e5"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue