Adjust color styles for checkboxes and text utilities (#152)

* Adjust color styles for checkboxes and text utilities

Updated checkbox hover and checked states for light and dark themes, including background and SVG fill colors. Modified text and foreground utility classes to use different gray shades in dark mode for improved contrast and consistency.

* Update selection bar and checkbox styles

Refines the selection bar appearance by updating its background, border, and text color classes. Adjusts the checkbox to use the light variant and improves disabled and checked state styles in the design system CSS, including correcting SVG fill colors for checkboxes.
This commit is contained in:
Mark Hendriksen
2025-09-22 09:26:06 +02:00
committed by GitHub
parent 5f97f2fc4d
commit b4aa5194e8
4 changed files with 13 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
@apply text-gray-500;
@variant theme-dark {
@apply text-gray-400;
@apply text-gray-300;
}
}
@@ -26,7 +26,7 @@
@apply text-gray-400;
@variant theme-dark {
@apply text-gray-600;
@apply text-gray-500;
}
}