sek-consulting / solid-ui

Beautifully designed components. Built with Kobalte & corvu. Styled with Tailwind CSS.
https://www.solid-ui.com
MIT License
699 stars 28 forks source link

Added a class to fix "close" button not showing up on default Toast #1

Closed victornswd closed 1 year ago

victornswd commented 1 year ago

The close button wasn't showing up on hover on the default variant. I added the group class that is on the destructive variant and that fixes it. The same class is both on the main element and in the variant on shadcn/ui (https://github.com/shadcn/ui/blob/main/apps/www/components/ui/toast.tsx#L26)

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
solid-ui-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2023 5:27pm
sek-consulting commented 1 year ago

thanks for fixing this issue :)