Change chips input border color #1975
Replies: 2 comments
-
Hi! You should be able to change the styles with use of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
As @juujisai mentioned, everything with component is wokring fine. All you got to do is include your main |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<div data-te-chips-input-init data-te-chips-placeholder data-te-label-text="Project Members" class="mb-0 min-h-[45px] pb-0 shadow-none transition-all duration-300 ease-[cubic-bezier(0.25,0.1,0.25,1)] hover:cursor-text" data-te-editable="true"></div>
The default border color is greyish I want it to be white. I really tried some of the things here https://tailwind-elements.com/docs/standard/components/chips/#docsTabsAPI. But I am simply not able to change the border color.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions