Open endigo9740 opened 3 days ago
When creating an input group, the button styles do not display the Preset classes applied.
NOTE: This is working on the Astro docs, but not in a real world SvelteKit project
<form class="mx-auto w-full max-w-md space-y-8"> <div class="input-group divide-surface-200-800 grid-cols-[auto_1fr_auto] divide-x"> <div class="input-group-cell">S</div> <input type="search" placeholder="Search..." /> <button class="btn preset-filled">Submit</button> </div> </form>
You should be free to style the buttons however you wish.
No response
Docs: https://next.skeleton.dev/docs/tailwind/forms#groups
Current Behavior
When creating an input group, the button styles do not display the Preset classes applied.
Expected Behavior
You should be free to style the buttons however you wish.
Steps To Reproduce
Link to Reproduction / Stackblitz
No response
More Information
Docs: https://next.skeleton.dev/docs/tailwind/forms#groups