fix noir progress bar color

This commit is contained in:
Pas 2025-05-10 15:57:08 -06:00
parent 9bfb2f8628
commit 02a2ffc80a

View file

@ -141,8 +141,8 @@ export default createTheme({
hoverAccent: tokens.black.c250,
hoverShadow: tokens.black.c50,
shadow: tokens.shade.c800,
barColor: tokens.ash.c200,
barFillColor: tokens.purple.c100,
barColor: tokens.shade.c200,
barFillColor: tokens.shade.c50,
badge: tokens.shade.c700,
badgeText: tokens.ash.c100
},