WIP: issue-23 - Custom Table Component #11

Closed
Ghost wants to merge 10 commits from issue-23 into main
Showing only changes of commit 87fe80bb83 - Show all commits

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,