tailwindlabs/tailwindcss-custom-forms

Can't change default borderWidht of select html element.

Manubi opened this issue · 0 comments

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!