Merge remote-tracking branch 'origin/main' into dev
| | |
| | | styleOverrides: { |
| | | colorSecondary: { |
| | | color: '#ffffffb3', |
| | | backgroundColor: '#616161', |
| | | backgroundColor: '#222222', |
| | | }, |
| | | }, |
| | | defaultProps: { |
| | | elevation: 1, |
| | | }, |
| | | }, |
| | | MuiChip: { |
| | | styleOverrides: { |
| | | outlined: { |
| | | '.MuiAppBar-root &': { |
| | | color: '#dddddd', |
| | | borderColor: '#a0a0a0', |
| | | '& .MuiChip-icon': { |
| | | color: '#dddddd', |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | MuiChip: { |
| | | styleOverrides: { |
| | | outlined: { |
| | | '.MuiAppBar-root &': { |
| | | color: '#666666', |
| | | borderColor: '#b0b0b0', |
| | | '& .MuiChip-icon': { |
| | | color: '#666666', |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | | }, |
| | | }; |