From 9efea101354126a0c17b242429cc29d355ca16d2 Mon Sep 17 00:00:00 2001 From: YI FANG Date: Mon, 1 Dec 2025 17:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Button.tsx b/src/components/ui/Button.tsx index 668ed07..9ad18e0 100644 --- a/src/components/ui/Button.tsx +++ b/src/components/ui/Button.tsx @@ -9,7 +9,7 @@ interface ButtonProps extends ButtonHTMLAttributes, PropsWith export const Button = ({ className = '', children, ...rest }: ButtonProps) => (