HOTFIX: text selection color was bugged due to a typo
This commit is contained in:
parent
e150a2ee58
commit
2396dbd40b
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -33,7 +33,7 @@
|
||||||
--highlightOutlineColor: rgb(37, 99, 235);
|
--highlightOutlineColor: rgb(37, 99, 235);
|
||||||
--textColor: rgb(209, 213, 219);
|
--textColor: rgb(209, 213, 219);
|
||||||
--dimTextColor: rgb(156, 163, 175);
|
--dimTextColor: rgb(156, 163, 175);
|
||||||
--activeColorAlpha: rgb(144, 81, 169 / 40%);
|
--activeColorAlpha: rgba(144, 81, 169, 0.4);
|
||||||
--activeColor: rgb(144, 81, 169);
|
--activeColor: rgb(144, 81, 169);
|
||||||
--tableBodyColor: rgb(31 41 55 / 1);
|
--tableBodyColor: rgb(31 41 55 / 1);
|
||||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
--highlightOutlineColor: rgb(37, 99, 235);
|
--highlightOutlineColor: rgb(37, 99, 235);
|
||||||
--textColor: rgb(209, 213, 219);
|
--textColor: rgb(209, 213, 219);
|
||||||
--dimTextColor: rgb(156, 163, 175);
|
--dimTextColor: rgb(156, 163, 175);
|
||||||
--activeColorAlpha: rgb(144, 81, 169 / 40%);
|
--activeColorAlpha: rgba(144, 81, 169, 0.4);
|
||||||
--activeColor: rgb(144, 81, 169);
|
--activeColor: rgb(144, 81, 169);
|
||||||
--tableBodyColor: rgb(31 41 55 / 1);
|
--tableBodyColor: rgb(31 41 55 / 1);
|
||||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue