mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix purple coloring
This commit is contained in:
parent
3330e6ba4f
commit
398bd9ace8
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@ export default createTheme({
|
|||
buttonOverInputHover: tokens.ash.c500,
|
||||
inputPlaceholder: tokens.ash.c200,
|
||||
cardBorder: tokens.ash.c700,
|
||||
slider: tokens.ash.c800,
|
||||
sliderFilled: tokens.ash.c600,
|
||||
slider: tokens.ash.c50,
|
||||
sliderFilled: tokens.purple.c200,
|
||||
|
||||
buttons: {
|
||||
list: tokens.ash.c700,
|
||||
|
|
Loading…
Reference in a new issue