Skip to content

Fix corner radius for user tag glow#36659

Merged
peppy merged 2 commits intoppy:masterfrom
netineko:user-tag-glow
Feb 13, 2026
Merged

Fix corner radius for user tag glow#36659
peppy merged 2 commits intoppy:masterfrom
netineko:user-tag-glow

Conversation

@netineko
Copy link
Copy Markdown
Contributor

Fixes incorrect glow corner radius around user tag buttons

Before:
image
After:
image

[BackgroundDependencyLoader]
private void load()
{
CornerRadius = 5;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems good, but why 11 and not 10?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good point. I originally thought it looked better and assumed the radius was half the height (22) but I was wrong..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants