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
Describe the bug
Not really a bug, but the current set of Tailwind colors is sometimes too limiting. For example, the closest tailwind color to the neon yellow color #DBF301 is yellow-500, which is quite different. See example below:
Design:
Generated page:
Solution
Implement a check that when the closest TW color is still too different from the given color, we should hardcode the color instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
Not really a bug, but the current set of Tailwind colors is sometimes too limiting. For example, the closest tailwind color to the neon yellow color
#DBF301
isyellow-500
, which is quite different. See example below:Design:
Generated page:
Solution
Implement a check that when the closest TW color is still too different from the given color, we should hardcode the color instead.
The text was updated successfully, but these errors were encountered: