montevideo-tech / hybrid-meetup-platform

Summer Camp WebRTC challenge. This project can be used to host and run hybrid meetups for the video community. Built by video-dev for video-devs 💚
Apache License 2.0
5 stars 2 forks source link

Remove 'raw' colors and use only the ones that are on the theme.js file #253

Closed felipeYoungi closed 1 year ago

felipeYoungi commented 1 year ago

The task is to remove the usage of "raw" colors and replace them with the colors defined in the theme.js file. This ticket aims to ensure consistent usage of colors throughout the application and improve maintainability.

Currently, the application utilizes "raw" colors in various components, which leads to inconsistency and makes it challenging to manage color styles. To address this issue, we need to remove the direct usage of "raw" colors and instead utilize the color variables defined in the theme.js file.