fix(ui): typos in color vars (#2444)

This commit is contained in:
Derek Nguyen 2019-07-25 06:46:46 +09:00 committed by Shawn Erquhart
parent ed5763e492
commit d2601615dc

View File

@ -52,7 +52,7 @@ const colorsRaw = {
const colors = { const colors = {
statusDraftText: colorsRaw.purple, statusDraftText: colorsRaw.purple,
statusDraftBackground: colorsRaw.purpleLight, statusDraftBackground: colorsRaw.purpleLight,
statusReviewText: colorsRaw.Brown, statusReviewText: colorsRaw.brown,
statusReviewBackground: colorsRaw.yellow, statusReviewBackground: colorsRaw.yellow,
statusReadyText: colorsRaw.green, statusReadyText: colorsRaw.green,
statusReadyBackground: colorsRaw.greenLight, statusReadyBackground: colorsRaw.greenLight,
@ -198,7 +198,7 @@ const buttons = {
&:focus, &:focus,
&:hover { &:hover {
color: ${colors.white}; color: ${colorsRaw.white};
background-color: #555a65; background-color: #555a65;
} }
`, `,