Skip to content

Commit fc60d0e

Browse files
committed
Correcting colors
1 parent 2153122 commit fc60d0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const v5Theme = createTheme(theme, {
2323
...COLORS.surface
2424
},
2525
"default": {
26-
main: COLORS.surface.n96,
27-
dark: COLORS.surface.n96,
26+
main: COLORS.surface.light,
27+
dark: COLORS.surface.dark,
2828
light: COLORS.secondary['40']
2929
},
3030
},
@@ -77,13 +77,13 @@ const v5Theme = createTheme(theme, {
7777
MuiButton: {
7878
variants: [
7979
{
80-
props: { variant: "contained", color: COLORS.surface.n96 },
80+
props: { variant: "contained", color: COLORS.surface.main },
8181
style: {
8282
color: theme.palette.getContrastText(COLORS.surface.n96)
8383
}
8484
},
8585
{
86-
props: { variant: "outlined", color: COLORS.surface.n96 },
86+
props: { variant: "outlined", color: COLORS.surface.main },
8787
style: {
8888
color: theme.palette.text.primary,
8989
borderColor:

0 commit comments

Comments
 (0)