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