WIP: issue-23 - Custom Table Component #11

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

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,