Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Refactor: check all colors for hard coded strings #537

Closed CathrinTruchan closed 4 months ago

CathrinTruchan commented 6 months ago

Description In some cases we used hard coded color strings or specific theme colors instead of theme.colors.primary. That can lead to styling issues in other projects, that are working with the Essencium lib. We should check the code base regarding the use of hard coded color strings.

One example is the switch in the UserFrom Component:

Screenshot 2024-03-13 at 17 59 02

Scope