completionId: cgen-ee11638daab34e33b983954dcacd3996
cgen-ee11638daab34e33b983954dcacd3996
This commit is contained in:
parent
db30df92a6
commit
a8f94ed260
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ const ToastClose = React.forwardRef<
|
|||
<ToastPrimitives.Close
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",
|
||||
"absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600 group-[.arm]:opacity-60 group-[.arm]:hover:opacity-100",
|
||||
className,
|
||||
)}
|
||||
toast-close=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue