HOTFIX: text selection color was bugged due to a typo
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -33,7 +33,7 @@
|
||||
--highlightOutlineColor: rgb(37, 99, 235);
|
||||
--textColor: rgb(209, 213, 219);
|
||||
--dimTextColor: rgb(156, 163, 175);
|
||||
--activeColorAlpha: rgb(144, 81, 169 / 40%);
|
||||
--activeColorAlpha: rgba(144, 81, 169, 0.4);
|
||||
--activeColor: rgb(144, 81, 169);
|
||||
--tableBodyColor: rgb(31 41 55 / 1);
|
||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||
|
@@ -33,7 +33,7 @@
|
||||
--highlightOutlineColor: rgb(37, 99, 235);
|
||||
--textColor: rgb(209, 213, 219);
|
||||
--dimTextColor: rgb(156, 163, 175);
|
||||
--activeColorAlpha: rgb(144, 81, 169 / 40%);
|
||||
--activeColorAlpha: rgba(144, 81, 169, 0.4);
|
||||
--activeColor: rgb(144, 81, 169);
|
||||
--tableBodyColor: rgb(31 41 55 / 1);
|
||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||
|
Reference in New Issue
Block a user