Skip to content
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

fix: filled ellipsis circle icons renders correctly #1353

Merged
merged 5 commits into from
Mar 22, 2024
Merged

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Mar 21, 2024

resolves #1320

main

filled outline sharp
Screenshot 2024-03-21 at 6 27 16 PM Screenshot 2024-03-21 at 6 27 12 PM Screenshot 2024-03-21 at 6 27 19 PM

The filled variants of the ellipsis circle icons still render as outlines. To fix this, I made the outline icon the same as the sharp icon. For this case it's fine to use the sharp icon SVG for filled because the icon is supposed to be circles. In other words, there are no rounded corners to make not rounded (unlike the chat bubble shown in these demos).

@liamdebeasi liamdebeasi changed the title fix: ellipsis-horizontal-circle is filled fix: filled ellipsis circle icons renders correctly Mar 21, 2024
@liamdebeasi liamdebeasi marked this pull request as ready for review March 21, 2024 22:33
@liamdebeasi liamdebeasi requested review from a team and thetaPC and removed request for a team March 21, 2024 22:33
@liamdebeasi liamdebeasi requested a review from a team March 22, 2024 20:26
Copy link
Contributor

@thetaPC thetaPC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect icon: ellipsis-horizontal-circle
2 participants