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(ui): button-group render issues #673

Merged
merged 2 commits into from
Oct 15, 2019
Merged

fix(ui): button-group render issues #673

merged 2 commits into from
Oct 15, 2019

Conversation

artyorsh
Copy link
Collaborator

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Closes #516

@artyorsh artyorsh added needs review 📱 Components components module-specific labels Oct 15, 2019
@artyorsh artyorsh requested a review from 32penkin October 15, 2019 10:23
@artyorsh artyorsh self-assigned this Oct 15, 2019
container: containerParameters,
container: {
...containerParameters,
borderWidth: containerParameters.borderWidth + 0.25,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This fixes aliasing issues on Android

@artyorsh artyorsh merged commit bcbf06a into master Oct 15, 2019
@artyorsh artyorsh deleted the fix/button-group branch October 15, 2019 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱 Components components module-specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ButtonGroup never renders last button as final button
2 participants