Skip to content

Commit

Permalink
change the colors
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 9, 2023
1 parent 4a168cc commit a50199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theme/Components.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function getComponentOverrides(palette, typography) {
{
props: {variant: 'control'},
style: ({ownerState, theme}) => ({
backgroundColor: palette.primary.background,
backgroundColor: palette.secondary.background,
boxShadow: theme.shadows[ownerState.elevation],
}),
},
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const night = {
},
secondary: {
main: colors.grey.light,
background: colors.green.medium,
background: colors.grey.dark,
contrastText: colors.green.lightest,
},
background: {
Expand Down

0 comments on commit a50199e

Please sign in to comment.