Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Update snapshot to 7123292 #43

Merged
merged 4 commits into from
Feb 8, 2021
Merged

Update snapshot to 7123292 #43

merged 4 commits into from
Feb 8, 2021

Conversation

ricknout
Copy link
Contributor

@ricknout ricknout commented Feb 8, 2021

No description provided.

@ricknout ricknout requested a review from chrisbanes February 8, 2021 11:44
@ricknout ricknout merged commit cb1a66b into material-components:snapshot Feb 8, 2021
topRight = cornerSizeTR ?: defaultCornerSize ?: fallbackShape.topRight,
bottomRight = cornerSizeBR ?: defaultCornerSize ?: fallbackShape.bottomRight,
bottomLeft = cornerSizeBL ?: defaultCornerSize ?: fallbackShape.bottomLeft
topStart = cornerSizeTS ?: defaultCornerSize ?: fallbackShape.topStart,
Copy link
Contributor

Choose a reason for hiding this comment

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

Just checking, but this isn't what I meant. The attributes are left/right so you need to convert them to start/end based on the layout direction. Currently the values are only correct in LTR, not RTL.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Aaah my bad. I'll open a new PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#44

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

Successfully merging this pull request may close these issues.

2 participants