dev: Modified activeColor to be opaque
This commit is contained in:
parent
8ac698929b
commit
8ffa28de7e
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
|||
--checkboxUncheckedFocusedBorderColor: rgb(37, 99, 235);
|
||||
--textColor: rgb(209, 213, 219);
|
||||
--dimTextColor: rgb(156, 163, 175);
|
||||
--activeColor: rgb(201 143 255 / 40%);
|
||||
--activeColorAlpha: rgb(201 143 255 / 40%);
|
||||
--activeColor: rgb(119 82 153);
|
||||
--tableBodyColor: rgb(31 41 55 / 1);
|
||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue