Skip to content

Commit

Permalink
chore: prettier error 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Dec 3, 2024
1 parent 108b276 commit c33c312
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 162 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/toast/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ToastProps } from '@/core/toast/type';
import useToast from '@/hooks/toast/useToast';

const containerVariants = cva(
'[&.bounce-enter]:animate-bounce-in-bottom [&.bounce-exit]:animate-bounce-out-bottom z-0 mb-4 flex min-h-16 cursor-pointer justify-between overflow-hidden rounded-md border border-main bg-[#ffffffb3] text-white shadow-md',
'z-0 mb-4 flex min-h-16 cursor-pointer justify-between overflow-hidden rounded-md border border-main bg-[#ffffffb3] text-white shadow-md [&.bounce-enter]:animate-bounce-in-bottom [&.bounce-exit]:animate-bounce-out-bottom',
{
variants: {
closeOnClick: {
Expand Down
Loading

0 comments on commit c33c312

Please sign in to comment.