Headstorm / foundry-ui

Foundry-UI is a React UI Library built which prioritizes theming, accessibility, and performance. Fully typed with TypeScript, animated by react-spring, themed with styled-components, and made accessible by polished and jest-axe.
Apache License 2.0
16 stars 43 forks source link

Make dropdown values more compact #457

Open aVileBroker opened 1 year ago

aVileBroker commented 1 year ago

The fill/outline valueVariants on the Dropdown have lots of padding, and have a large font size. The difference between the height of the three variants is huge. To get these closer in-line with each other and the design

Current:

image image image

Design:

image
CosmicNerd97 commented 1 year ago

Hey there can I contribute to this