full sonner implementation

This commit is contained in:
Oliver Bryan
2026-01-12 04:55:20 +00:00
parent cd9979f813
commit 2b0bf94134
18 changed files with 209 additions and 39 deletions

View File

@@ -214,3 +214,13 @@
height: 16px !important;
border: 1px solid white !important;
}
[data-sonner-toast] {
transition: none !important;
padding: 10px 15px 10px 15px !important;
width: max-content !important;
max-width: 90vw !important;
display: inline-flex !important;
align-items: center !important;
white-space: nowrap !important;
}