-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: align global css vars + remove some legacy code #888
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. I was able to load this on my preview link and I don't notice anything broken. Is there a specific segment of this code that I could look at specifically that you want me to highlight in my review?
This PR refactors a few things:
COLORS
constant with above CSS varsText
component to use above constantThe motivation here is to reduce the usage of hardcoded HEX colors throughout the codebase. I know that we always wanted to refactor this but as I started to work on the new UI updates, I was in need of something like this.
Closes ACX-1645