Skip to content

Fix/ WheelPicker alignment and touch area #1464

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

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Conversation

lidord-wix
Copy link
Contributor

Description

Fix WheelPicker alignment and touch area
WOAUILIB-1920

Changelog

Fix WheelPicker alignment and touch area

@lidord-wix lidord-wix requested a review from ethanshar August 10, 2021 11:18
@ethanshar ethanshar added the Important for Next Release PR that must be included in the release version label Aug 11, 2021
<View centerV>
<Text marginL-s2 text80M {...labelProps} color={activeTextColor} style={labelStyle}>
<View style={{position: 'absolute', right: 0, top: 0, bottom: 0}} centerV pointerEvents="none">
<Text marginL-s2 marginR-s5 text80M {...labelProps} color={activeTextColor} style={labelStyle}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need to have marginR-s5 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The separators should be wider than the text in s5 from each side, the fake label takes this margin so the real label should do so too

@lidord-wix lidord-wix requested a review from ethanshar August 11, 2021 10:29
@ethanshar ethanshar merged commit 3dafa66 into master Aug 11, 2021
@lidord-wix lidord-wix deleted the fix/WheelPicker_touchArea branch September 14, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important for Next Release PR that must be included in the release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants