fix(ui): typos in color vars (#2444)
This commit is contained in:
parent
ed5763e492
commit
d2601615dc
@ -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;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user