[CHORE] Consolidate CSS colors into a single set of variables #46
Labels
effort: 3
The relative effort to address this issue.
state: pending
Taking action, but either needs a dependency merged or more data about a bug.
type: chore
Converting values, reorganizing folder structure, and other necessary (but less impactful) tasks.
work: obvious
The situation is obvious; best practices used.
Purpose
Currently, our color codes are scattered throughout component
.css
files, and there are quite a few identical ones in different components.💡 Proposed Implementation:
Create a single file consisting of light- and dark-mode colors defined as CSS variables. These should use the naming scheme from the Material Design color system, like
colorPrimary
,colorSecondary
,colorSurface
, etc.This will allow future components to use a consistent set of colors and improve maintainability if a color needs to be tweaked.
The text was updated successfully, but these errors were encountered: