thaw-ui / thaw

An easy to use leptos component library
https://thawui.vercel.app
MIT License
206 stars 21 forks source link

`Select` and `Button` should have matching heights #175

Closed tqwewe closed 2 months ago

tqwewe commented 2 months ago

The Select component's height is 30px, whilst the default sized Button is 34px tall. Whilst this is a very minor difference, having these components side by side (such as in a filtering system) makes for some misalignment between them. It would be ideal if there were matching heights for these components.

luoxiaozero commented 2 months ago

I can change it all to 34px.