Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou committed Mar 29, 2024
1 parent 5303edd commit 2cf51a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function Toast({ message, type }: ToastProps): JSX.Element | null {
return createPortal(
<aside
className={cx(
// styles.toast,
'fixed bottom-4 left-4 box-border flex w-max max-w-[calc(100vw-2rem)] items-center gap-2 rounded-lg bg-slate-900 p-2 text-center text-white',
'animate-[toast-animation_500ms_forwards]'
)}
Expand Down

0 comments on commit 2cf51a0

Please sign in to comment.