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
Currently, the color names returned are single words without spaces. It would be better if the output formatted the name with proper capitalization and spaces.
E.g. Currently, color2name.closest('#123456') returns midnightblue. It should be Midnight Blue.
The text was updated successfully, but these errors were encountered:
Currently, the color names returned are single words without spaces. It would be better if the output formatted the name with proper capitalization and spaces.
E.g. Currently,
color2name.closest('#123456')
returnsmidnightblue
. It should beMidnight Blue
.The text was updated successfully, but these errors were encountered: