Button height

hello radzen team,
how can i change/set the height of a button in radzen.blazor 4.1.5? i tried "height" and "line-height" with no effect.
The buttons in this version are too big for my taste :slight_smile: espacially the "small" button style

Kind regards
Thomas

i think a got it. its the "min-height". reducing this helps me out

topic can be closed

Yes, adjusting the min-height will make the buttons smaller. Why min-hight instead of height? Well, min-height allows us to:

  1. Make the button responsive and adjust it's height automatically based on the space available:

  2. Keep buttons consistent across different scenarios

Regarding the small button size - we’ve updated the default small button size to comply with recommended minimum area size for touch enabled devices. However, we see that there are still use cases (e.g. dense DataGrids) that could benefit even smaller buttons and we are considering the introduction of ExtraSmall button size - xs, in addition to sm, md and lg.

ExtraSmall option is a great idea!
Looking forward to this

Thanks

Thomas