1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18539 from calixteman/use_css_var

[Editor] Use the color defined for the message bar foreground
This commit is contained in:
calixteman 2024-08-02 10:32:54 +02:00 committed by GitHub
commit a7768a30b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;