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
When we're writing code that sends color names from the backend, it'd be really useful to have Colors.colorFromString : String -> Maybe Color. It's not always useful (maybe not even often) but I needed it recently, so I'm opening a tracking issue.
The text was updated successfully, but these errors were encountered:
When we're writing code that sends color names from the backend, it'd be really useful to have
Colors.colorFromString : String -> Maybe Color
. It's not always useful (maybe not even often) but I needed it recently, so I'm opening a tracking issue.The text was updated successfully, but these errors were encountered: