Skip to content

Commit

Permalink
Adjust disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelura committed Mar 7, 2020
1 parent 0c9e063 commit 6efc6e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const theme = createMuiTheme({
text: {
primary: '#F5F5F5',
secondary: '#E0E0E0'
},
action: {
disabled: '#E0E0E0'
}
}
});
Expand Down

0 comments on commit 6efc6e1

Please sign in to comment.