Skip to content

Commit

Permalink
fix: toast style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Apr 20, 2024
1 parent 78a59fa commit 6f75a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/shared/ToastCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ToastCard: FC<{
layout="position"
className={clsx(
'relative w-full overflow-hidden rounded-xl card-shadow',
'my-4 mr-4 px-4 py-5 pr-7',
'my-4 mr-4 px-4 py-5 pr-8',
'bg-zinc-50/90 backdrop-blur-sm dark:bg-neutral-900/90',
'border border-slate-100/80 dark:border-neutral-900/80',
'space-x-4',
Expand Down

0 comments on commit 6f75a2e

Please sign in to comment.