tailwindlabs / tailwindcss-custom-forms

A better base for styling form elements with Tailwind CSS.
https://tailwindcss-custom-forms.netlify.app/
MIT License
1.55k stars 72 forks source link

Can't change default borderWidht of select html element. #93

Closed Manubi closed 3 years ago

Manubi commented 3 years ago

Hi, my tailwind config:

CleanShot 2021-01-10 at 00 14 53@2x

My problem is that the border of the select element is thicker on focus compared to the inpnut fields. CleanShot 2021-01-10 at 00 10 19

       ` <select
                className="w-full mt-1 form-select"
                name="countryCode"
            />`

<input name="phonenumber" className="w-full mt-1 form-input" />

Thanks for the help!