reverted changes I made to theme to get it running
Some checks failed
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Failing after 3m9s

This commit is contained in:
sara-pervana
2023-11-15 22:28:25 +01:00
parent 928d897977
commit 87fe80bb83

View File

@@ -4,7 +4,8 @@ import {
createTheme,
} from "@mui/material/styles";
import colors from "../../../../theme/src/colors.json";
import colors from "@clan/colors/colors.json";
// import colors from "../../../../theme/src/colors.json";
const { palette, common } = colors.ref;
const commonOptions: Partial<ThemeOptions> = {
@@ -46,8 +47,8 @@ export const darkTheme = createTheme({
mode: "dark",
...commonPalette,
background: {
default: palette.neutral20.value,
paper: palette.neutral50.value,
default: palette.neutral2.value,
paper: palette.neutral5.value,
},
common: {
black: common.black.value,