mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 03:32:31 +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,
|
hoverAccent: tokens.black.c250,
|
||||||
hoverShadow: tokens.black.c50,
|
hoverShadow: tokens.black.c50,
|
||||||
shadow: tokens.shade.c800,
|
shadow: tokens.shade.c800,
|
||||||
barColor: tokens.ash.c200,
|
barColor: tokens.shade.c200,
|
||||||
barFillColor: tokens.purple.c100,
|
barFillColor: tokens.shade.c50,
|
||||||
badge: tokens.shade.c700,
|
badge: tokens.shade.c700,
|
||||||
badgeText: tokens.ash.c100
|
badgeText: tokens.ash.c100
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue