fix(toolbar): use the correct contrast color for MD toolbar

fixes #11848
This commit is contained in:
Brandy Carney
2017-05-30 11:25:29 -04:00
parent e354f21936
commit 041689b5f5
3 changed files with 19 additions and 5 deletions

View File

@ -31,7 +31,15 @@ $colors: (
light: #f4f4f4,
dark: #222,
vibrant: rebeccapurple,
bright: #ffc125
bright: #ffc125,
greyYellow: (
base:#49606e,
contrast:#fbb636
),
greyWhite: (
base:#49606e,
contrast:#fff
)
);