Skip to content

Commit

Permalink
Fix Label in white theme (#2639)
Browse files Browse the repository at this point in the history
* fix light theme

* fix
  • Loading branch information
MyDrift-user authored Aug 28, 2024
1 parent cc157f6 commit f6b238e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"LabelboxForegroundColor": "#000000",
"MainForegroundColor": "#000000",
"MainBackgroundColor": "#FFFFFF",
"LabelBackgroundColor": "#FAFAFA",
"LabelBackgroundColor": "#FFFFFF",
"LinkForegroundColor": "#000000",
"LinkHoverForegroundColor": "#000000",
"GroupBorderBackgroundColor": "#000000",
Expand Down Expand Up @@ -80,7 +80,7 @@
"LabelboxForegroundColor": "#000000",
"MainForegroundColor": "#000000",
"MainBackgroundColor": "#FFFFFF",
"LabelBackgroundColor": "#FAFAFA",
"LabelBackgroundColor": "#FFFFFF",
"LinkForegroundColor": "#000000",
"LinkHoverForegroundColor": "#000000",
"GroupBorderBackgroundColor": "#000000",
Expand Down

0 comments on commit f6b238e

Please sign in to comment.