Skip to content

Commit a7044a9

Browse files
authored
Fix badge light and dark mode values
fix: Light and Dark mode values were swapped. Dark mode was using pre white when our text color is an off white.
2 parents 5eb3170 + 8010d79 commit a7044a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/theme.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ badge/background/color:
44
Dark: 'transparent'
55
HCM: '{HCM Theme$Canvas}'
66
badge/border/color:
7-
Light: 'rgba(255, 255, 255, 0.40)'
8-
Dark: 'rgba(21, 20, 26, 0.40)'
7+
Light: 'rgba(21, 20, 26, 0.40)'
8+
Dark: 'rgba(251, 251, 254, 0.40)'
99
HCM: '{HCM Theme$CanvasText}'
1010
badge/filled/background/color:
1111
Light: '{Colors$color/green/70}'

0 commit comments

Comments
 (0)