change again to have it running...
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 2m7s

This commit is contained in:
sara-pervana
2023-11-15 22:39:38 +01:00
parent 87fe80bb83
commit e4ad34dbd1

View File

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