dev: Modified activeColor to be opaque

This commit is contained in:
lscambo13
2024-12-28 10:40:22 -08:00
parent 8ac698929b
commit 8ffa28de7e

View File

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