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

[SettingsExpander] Fix CornerRadius bug #329

Merged
merged 7 commits into from
Feb 1, 2024

Conversation

niels9001
Copy link
Collaborator

@niels9001 niels9001 commented Jan 30, 2024

Fixes

Before (corner is blurred/lighter gray caused by the root grid overlapping with the border)
image

After (corner is sharp)
image

Fixes: #325

@niels9001 niels9001 changed the title Adding converter for cornerradius [SettingsExpander] Fix CornerRadius bug Jan 30, 2024
Copy link
Member

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

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

Looks good, only concern would be that since converter is internal, if someone overwrites the style, they'd have to manually copy that as well to maintain the behavior. Trying to think if there's examples of internal converters in the SDK, but think usually there's just a sub-namespace, eh?

Was also noticing some of our other helpers are public, so not sure if that's a problem, though probably too late now if we want otherwise. Anyway, just notes for us for the future. 🙂

@michael-hawker michael-hawker enabled auto-merge (squash) February 1, 2024 17:57
@michael-hawker michael-hawker merged commit 9f0f724 into main Feb 1, 2024
9 checks passed
@delete-merged-branch delete-merged-branch bot deleted the niels9001/settingsexpander-cornerradius-fix branch February 1, 2024 17:57
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.

Bug: The inner card background of SettingsExpander is not cropped
3 participants