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
// #b00020 is a redtoHex(darken('#b00020',0.2))// returns #4d00e0 (a purple) instead of #7D0000// this one seems to just switch the first 2 numberstoHex('#03dac5')// returns #30dac5
I got the correct values from this tool. Here is a stackblitz where you can see the issue.
For the first one, if you drop the darkening factor to 0.18, it returns a red.
The 2 specific examples I've seen are:
I got the correct values from this tool. Here is a stackblitz where you can see the issue.
For the first one, if you drop the darkening factor to 0.18, it returns a red.
This may be related somehow to #211
The text was updated successfully, but these errors were encountered: