Skip to content

Commit

Permalink
Lighten progress bars
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jun 17, 2020
1 parent 6865bdd commit 1c05f0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/demo/src/layout/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ export const lightTheme = {
backgroundColor: '#fff',
},
},
MuiLinearProgress: {
colorPrimary: {
backgroundColor: '#f5f5f5',
},
barColorPrimary: {
backgroundColor: '#d7d7d7',
},
},
MuiFilledInput: {
root: {
backgroundColor: 'rgba(0, 0, 0, 0.04)',
Expand Down

0 comments on commit 1c05f0a

Please sign in to comment.