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 Green hue 500 contrast color
Browse files Browse the repository at this point in the history
Closes #6893
  • Loading branch information
pdore-netfore authored and ThomasBurleson committed Jan 31, 2016
1 parent ef20632 commit 3f41ae2
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 @@ -187,8 +187,8 @@ angular.module('material.core.theming.palette', [])
'A400': '#00e676',
'A700': '#00c853',
'contrastDefaultColor': 'dark',
'contrastLightColors': '600 700 800 900',
'contrastStrongLightColors': '600 700'
'contrastLightColors': '500 600 700 800 900',
'contrastStrongLightColors': '500 600 700'
},
'light-green': {
'50': '#f1f8e9',
Expand Down

0 comments on commit 3f41ae2

Please sign in to comment.