Fix: Unable to see radio boxes in tables on black

This commit is contained in:
Squidly271
2025-10-22 14:01:55 -04:00
committed by GitHub
parent 0eb5f95d87
commit 42f4e273eb

View File

@@ -40,7 +40,7 @@
--small-shadow: 0 0 3px var(--gray-700);
--hr-color: var(--gray-800);
--checkbox-color: var(--gray-800);
--checkbox-color: var(--gray-500);
--checkbox-hover-color: var(--gray-600);
--brand-orange: var(--orange-500);