Skip to content

Commit

Permalink
間を広げる
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Jul 31, 2024
1 parent d698409 commit 07e6d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const ToastProvider: FC<PropsWithChildren> = ({
role="region"
aria-live="polite"
aria-label="通知"
className="fixed bottom-3 z-50 flex w-full flex-col items-center justify-center gap-2"
className="fixed bottom-3 z-50 flex w-full flex-col items-center justify-center gap-4"
>
<AnimatePresence initial={false}>
{toasts.map((toast) => (
Expand Down

0 comments on commit 07e6d56

Please sign in to comment.