We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a5c83 commit 6983157Copy full SHA for 6983157
browser/main/modals/PreferencesModal/ConfigTab.styl
@@ -2,7 +2,6 @@
2
3
.root
4
padding 15px
5
- color $ui-text-color
6
margin-bottom 30px
7
8
.group
@@ -14,7 +13,6 @@
14
13
15
.group-header2
16
font-size 20px
17
18
margin-bottom 15px
19
margin-top 30px
20
@@ -141,6 +139,14 @@ colorThemedControl(theme)
141
139
background-color get-theme-var(theme, 'button-backgroundColor')
142
140
color get-theme-var(theme, 'text-color')
143
+body[data-theme="default"],
+body[data-theme="white"]
144
+ .root
145
+ color $ui-text-color
146
+
147
+ .group-header2
148
149
150
body[data-theme="dark"]
151
152
color $ui-dark-text-color
0 commit comments