onesine / react-tailwindcss-select

Tailwind Select Component for React.js
https://demo-react-tailwindcss-select.vercel.app/
MIT License
183 stars 38 forks source link

Hardcoded padding for list menu #50

Open iFallUpHill opened 1 year ago

iFallUpHill commented 1 year ago

Is there a reason for this value / why we can't edit this value?

https://github.com/onesine/react-tailwindcss-select/blob/c187e4e06963042a2ff651e370174ff15ad86b88/src/components/Options.tsx#L103

onesine commented 1 year ago

Hi 👋 @iFallUpHill

Thanks for the feedback.

Our goal is to make as much value as possible modifiable. So we're going to make this class modifiable.