Skip to content

Commit

Permalink
feat: 🎈 (core/sonner) width を統一するように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dino3616 committed Jan 23, 2024
1 parent 0664721 commit 105ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/component/sonner/sonner.presenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Sonner = ({ ...props }: SonnerProps) => {
unstyled: true,
classNames: {
toast: cn(
'toast group flex gap-4 rounded-xl p-4',
'toast group flex w-full gap-4 rounded-xl p-4',
'group-[.toaster]:border group-[.toaster]:shadow-lg',
'[&_svg]:mt-8 [&_svg]:h-6 [&_svg]:w-6',
),
Expand Down

0 comments on commit 105ffb0

Please sign in to comment.