Skip to content

Commit

Permalink
adds accent colors + a default contrast color to blueGrey (mui#6548)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteratticusberg authored and oliviertassinari committed Apr 8, 2017
1 parent 4132bee commit 9fe25c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,9 @@ export const blueGrey = {
700: '#455a64',
800: '#37474f',
900: '#263238',
A100: '#cfd8dc',
A200: '#b0bec5',
A400: '#78909c',
A700: '#455a64',
contrastDefaultColor: 'light',
};

0 comments on commit 9fe25c2

Please sign in to comment.