From 0a4a835a6aada4202f51629b35145b7f9dd40efd Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 8 Jan 2026 12:43:44 +0800 Subject: [PATCH] style(sonner): change important symbol to the end --- packages/ui/src/components/primitives/sonner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/primitives/sonner.tsx b/packages/ui/src/components/primitives/sonner.tsx index 2bc7d669c8..eb503e5612 100644 --- a/packages/ui/src/components/primitives/sonner.tsx +++ b/packages/ui/src/components/primitives/sonner.tsx @@ -378,7 +378,7 @@ function toast(props: ToastProps) { props.classNames?.actionButton ), icon: cn('size-6 min-w-6', props.description && 'self-start'), - loader: cn('!static ![--size:24px]'), + loader: cn('static! [--size:24px]!'), closeButton: cn('absolute size-5 min-w-5 top-[5px] right-1.5 [&_svg]:size-5') } const { classNames: externalClassNames, ...rest } = props