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

Commit

Permalink
fix(theming): remove bogus hue value from grey palette
Browse files Browse the repository at this point in the history
closes #2771
  • Loading branch information
rschmukler committed May 19, 2015
1 parent 87a6d16 commit 0c28cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/services/theming/theme.palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ angular.module('material.core.theming.palette', [])
'contrastStrongLightColors': '300 400'
},
'grey': {
'0': '#ffffff',
'50': '#fafafa',
'100': '#f5f5f5',
'200': '#eeeeee',
Expand Down

0 comments on commit 0c28cee

Please sign in to comment.