Skip to content

Commit

Permalink
Fix: Theme - Mac system theme toolbar color #897
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jul 1, 2024
1 parent d8a4ad6 commit 260557f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/theme/system_default_theme/_mac.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--mac-text-color: -moz-dialogtext;
--mac-disabled-color: GrayText;
--mac-bgcolor: Window;
--mac-selected-bgcolor: color-mix(in srgb, rgb(255, 255, 255) 15%, -moz-dialog);
--mac-selected-bgcolor: color-mix(in srgb, rgb(255, 255, 255) 15%, Field);
--mac-field-bgcolor: Window;
--mac-panel-bgcolor: Menu;
@if mode.isSTANDARD() {
Expand Down

0 comments on commit 260557f

Please sign in to comment.