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.
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
reduce the font size
reduce the padding
add border to fill variant so it matches the size of the outline
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:
Design: