Skip to content

Commit

Permalink
Merge pull request #18539 from calixteman/use_css_var
Browse files Browse the repository at this point in the history
[Editor] Use the color defined for the message bar foreground
  • Loading branch information
calixteman authored Aug 2, 2024
2 parents 501da85 + 1a8bcdb commit a7768a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7768a3

Please sign in to comment.