Skip to content

Commit

Permalink
fix(label): Add missing theme variables to dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieTheBotDev committed Jul 25, 2018
1 parent bd6fa9f commit 337b455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions themes/hexagon-base/theme.um
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
@warning-col: $warning-col
@disabled-col: $disabled-col

@invert-col: #FDFDFD
@light-text-col: $light-text-col
@dark-text-col: $dark-text-col
@disabled-text-col: $disabled-text-col
Expand Down
6 changes: 5 additions & 1 deletion themes/hexagon-dark/theme.um
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
@invert-text-col: white
@light-text-col: white

@label
@variables
@invert-col: #2F3536

@card
@variables
@border-col: transparent
Expand Down Expand Up @@ -149,4 +153,4 @@

@titlebar
@variables
@icon-background-col: transparent
@icon-background-col: transparent

0 comments on commit 337b455

Please sign in to comment.