JaleelB / emblor

A fully-featured tag input component built with shadcn/ui
https://emblor.jaleelbennett.com
MIT License
674 stars 31 forks source link

fix(tag-input): re-order className for correct cn merge #53

Closed msichterman closed 3 months ago

msichterman commented 3 months ago

The className of the TagInput element was configured backwards, so tailwind merge wasn't properly applying className overrides.

See #52 for more context on the issue

Closes #52

vercel[bot] commented 3 months ago

Someone is attempting to deploy a commit to the jaleelb's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emblor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2024 2:54pm
JaleelB commented 3 months ago

LGTM. Thanks for catching this