Skip to content

Commit 938cf23

Browse files
authored
Merge pull request #2604 from arcturus140/fixGUI
fix GUI style element for default theme
2 parents 5188846 + 7717cda commit 938cf23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

browser/main/StatusBar/StatusBar.styl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
.update-icon
4848
color $brand-color
4949

50+
body[data-theme="default"]
51+
.zoom
52+
color $ui-text-color
53+
54+
body[data-theme="white"]
55+
.zoom
56+
color $ui-text-color
57+
5058
body[data-theme="dark"]
5159
.root
5260
border-color $ui-dark-borderColor

0 commit comments

Comments
 (0)