mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
fix noir progress bar color
This commit is contained in:
parent
9bfb2f8628
commit
02a2ffc80a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue