Open notsoli opened 3 weeks ago
A few components are using hardcoded color values—I would like to translate all of those into css variables (i.e. var(--color)) to ensure future color changes are reflected across the application & to improve css readability.
var(--color)
A few components are using hardcoded color values—I would like to translate all of those into css variables (i.e.
var(--color)
) to ensure future color changes are reflected across the application & to improve css readability.