Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(theme): add Blue-Grey hue 700 contrast color
Browse files Browse the repository at this point in the history
Closes #6894
  • Loading branch information
pdore-netfore authored and ThomasBurleson committed Jan 31, 2016
1 parent a8343df commit ef20632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/services/theming/theme.palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ angular.module('material.core.theming.palette', [])
'A400': '#78909c',
'A700': '#455a64',
'contrastDefaultColor': 'light',
'contrastDarkColors': '50 100 200 300',
'contrastStrongLightColors': '400 500'
'contrastDarkColors': '50 100 200 300 700',
'contrastStrongLightColors': '400 500 700'
}
});

0 comments on commit ef20632

Please sign in to comment.