You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to customize the size of the slider thumb or slider track. Exposing the disabledThumbRadius, enabledThumbRadius and trackHeight values through either the theme of just directly through the Slider class would solve this!
About the part of the track after the slider thumb, I'm not sure about how to change in height based on reading the code, but being able to make it the same height as the first part of the slider track would be a great option as well and should maybe be the default when looking at the fluent design example.
The text was updated successfully, but these errors were encountered:
Currently it's not possible to customize the size of the slider thumb or slider track. Exposing the
disabledThumbRadius
,enabledThumbRadius
andtrackHeight
values through either the theme of just directly through theSlider
class would solve this!About the part of the track after the slider thumb, I'm not sure about how to change in height based on reading the code, but being able to make it the same height as the first part of the slider track would be a great option as well and should maybe be the default when looking at the fluent design example.
The text was updated successfully, but these errors were encountered: