HOTFIX: text selection color was bugged due to a typo

This commit is contained in:
lscambo13
2025-01-25 09:04:56 -08:00
parent e150a2ee58
commit 2396dbd40b
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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));

View File

@@ -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));