-
Notifications
You must be signed in to change notification settings - Fork 33
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: Slider styles #1154
base: master
Are you sure you want to change the base?
fix: Slider styles #1154
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-1154.eastus2.azurestaticapps.net |
@@ -96,9 +97,10 @@ | |||
<x:Double x:Key="SliderThumbWidth">20</x:Double> | |||
<x:Double x:Key="SliderThumbHeight">20</x:Double> | |||
<x:Double x:Key="SliderThumbCornerRadius">10</x:Double> | |||
<StaticResource x:Key="SliderTrackCornerRadius" ResourceKey="ControlCornerRadius" /> | |||
<Thickness x:Key="SliderThumbMargin">-1</Thickness> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if negative margin is the way to go here as it is affecting the thumb position to be perfectly centered for the proper value (for example moving the thumb on slider value 50 will move the thumb centered to 49 with this change I think). Will need to be verified
Hi everyone! |
GitHub Issue: https://github.com/unoplatform/Uno.Figma/issues/609
PR Type
What kind of change does this PR introduce?
Description
Before:
Now:
PR Checklist
Other information
Internal Issue (If applicable):
https://github.com/unoplatform/Uno.Figma/issues/609