components icon indicating copy to clipboard operation
components copied to clipboard

feat(slider): Introduce token for slider height

Open stasberkov opened this issue 6 months ago • 0 comments
trafficstars

Feature Description

Currently slider component has hard-coded height of 48px. In our app we need 34px height (we are replacing jquery slider control with material slider). We cannot simply change the height of the component since internal elements (i.e. thumb) depend on the component height. Thereby please expose the token that can be used to change height of the slider component.

Use Case

Expose token to customize height of slider component.

stasberkov avatar May 12 '25 18:05 stasberkov