From 7e2677d4129dc8b5841a761e59c95095359dc2aa Mon Sep 17 00:00:00 2001 From: Kenzo-Wada Date: Wed, 24 Sep 2025 17:40:05 +0900 Subject: [PATCH] fix(alert): icon shrinks --- components/retroui/Alert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/retroui/Alert.tsx b/components/retroui/Alert.tsx index 5526521..e586ff7 100644 --- a/components/retroui/Alert.tsx +++ b/components/retroui/Alert.tsx @@ -7,7 +7,7 @@ import { Text } from "@/components/retroui/Text"; const alertVariants = cva("relative w-full rounded border-2 p-4", { variants: { variant: { - default: "bg-background text-foreground", + default: "bg-background text-foreground [&_svg]:shrink-0", solid: "bg-black text-white", }, status: {