You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I think we'll implement Radix Colors because it'll make our lives easier when implementing Dark Mode.
TailwindCSS has colors from 50, 100, 200, ..., 900. This means we'd have to go through each component and individually update the color for Dark Mode.
With Radix Colors, the colors go from 1 to 12. When you switch from light to dark, the number stays the same, and the colors are already tested to work, if we stick to their guidelines. Much easier to maintain. ✨
We're using Radix Colors for most of our designs. They have an easy implementation here: https://www.radix-ui.com/colors.
These are the colors:
Installing Radix UI Colors:
You can also pick the colors from this Figma file: https://www.figma.com/file/paPYxS00vWq3pqPh4EJAxi/Radix-Colors-(Community)?node-id=0%3A1
--
Needs from designer:
The text was updated successfully, but these errors were encountered: