fix: improve light theme warning contrast (#2674)
This commit is contained in:
parent
0ab3e888d5
commit
89988bf610
1 changed files with 2 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ const light: ThemeJson = {
|
|||
green: "#588458",
|
||||
red: "#aa5555",
|
||||
yellow: "#9a7326",
|
||||
warning: "#7a5a00",
|
||||
mediumGray: "#6c6c6c",
|
||||
dimGray: "#767676",
|
||||
lightGray: "#b0b0b0",
|
||||
|
|
@ -130,7 +131,7 @@ const light: ThemeJson = {
|
|||
borderMuted: "lightGray",
|
||||
success: "green",
|
||||
error: "red",
|
||||
warning: "yellow",
|
||||
warning: "warning",
|
||||
muted: "mediumGray",
|
||||
dim: "dimGray",
|
||||
text: "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue