Skip to content

[CHORE] Consolidate CSS colors into a single set of variables #46

@ryankwirth

Description

@ryankwirth

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

No one assigned

    Labels

    effort: 3The relative effort to address this issue.state: pendingTaking 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.work: obviousThe situation is obvious; best practices used.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions