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