Merge pull request #18539 from calixteman/use_css_var
[Editor] Use the color defined for the message bar foreground
This commit is contained in:
commit
a7768a30b8
@ -318,6 +318,7 @@
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--message-bar-border-color);
|
||||
background: var(--message-bar-bg-color);
|
||||
color: var(--message-bar-fg-color);
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user