-
Couldn't load subscription status.
- Fork 4
Refactor token input to use daisy components #423
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c12db7d to
4b9e332
Compare
| return ( | ||
| <div className=" flex flex-col gap-y-2 rounded border border-neutral-content bg-base-100 p-4"> | ||
| <div className="flex gap-x-4"> | ||
| <div className="daisy-form-control flex-1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about removing the number increment buttons on this input? I always feel like they are distracting. Here's how you do it in tailwind:
https://stackoverflow.com/questions/71296535/how-to-remove-arrow-on-input-type-number-with-tailwind-css
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea
c2007fd to
5084734
Compare
5084734 to
2faf3c9
Compare
Refactors the token input to use daisy components so it matches the rest of the UI better.
Some examples of the input group: