mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
📦 Upgrade tailwind and start using size utility (#989)
This commit is contained in:
parent
048c475cf7
commit
d0b359afaf
80 changed files with 177 additions and 170 deletions
|
@ -81,7 +81,7 @@ const ToastClose = React.forwardRef<
|
|||
toast-close=""
|
||||
{...props}
|
||||
>
|
||||
<X className="h-4 w-4" />
|
||||
<X className="size-4" />
|
||||
</ToastPrimitives.Close>
|
||||
));
|
||||
ToastClose.displayName = ToastPrimitives.Close.displayName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue