-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blue heart (1f499) is different shade than other blue emojis such as blue square, circle, etc. #70
Comments
This issue should closed, since its already fixed in SpiritAxolotl@8932072 (unless im missing something) |
That commit isn't from this repository. |
Oh i didnt even notice, shouldnt make comments when you're half awake i guess 😭 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copied (with modified links) from twitter/twemoji#629
The blue heart SVG, 1f499 uses the hex color
#5DADEC
, while the other blue emojis, e.g. blue circle, 1f535, blue square, 1f7e6, etc. use the hex color#55ACEE
.To Reproduce
Check the text/source of the blue heart SVG against that of the blue circle and blue square SVGs, and compare the value in the
fill
attribute.Expected behavior
The blue heart should be the same color as the other blue- emojis.
I also checked the large blue diamond and small blue diamond SVGs, which both used
#55ACEE
.The text was updated successfully, but these errors were encountered: