-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[input] [rounded corner calss doesn't work] #1719
Comments
Hi! You would have to play a bit with the default styles added to notches. The radius of the border can be changed by customizing the classes of You can do it with data attributes like that: In the example below I have changed a few things:
I hope it will be helpfull. Best Regards! |
That is very helpful. Thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I copy to code for input and change the rounded class to something like rounded-full.
The rounded corner stay all the same even with the rounded class removed completely.
My code is below:
The text was updated successfully, but these errors were encountered: