-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
effort: 3The relative effort to address this issue.The relative effort to address this issue.state: pendingTaking action, but either needs a dependency merged or more data about a bug.Taking action, but either needs a dependency merged or more data about a bug.type: choreConverting values, reorganizing folder structure, and other necessary (but less impactful) tasks.Converting values, reorganizing folder structure, and other necessary (but less impactful) tasks.work: obviousThe situation is obvious; best practices used.The situation is obvious; best practices used.
Description
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.
Metadata
Metadata
Assignees
Labels
effort: 3The relative effort to address this issue.The relative effort to address this issue.state: pendingTaking action, but either needs a dependency merged or more data about a bug.Taking action, but either needs a dependency merged or more data about a bug.type: choreConverting values, reorganizing folder structure, and other necessary (but less impactful) tasks.Converting values, reorganizing folder structure, and other necessary (but less impactful) tasks.work: obviousThe situation is obvious; best practices used.The situation is obvious; best practices used.