From b2357811b6f85c52321dcfff0678926df86bd9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 24 Jan 2025 10:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E5=B0=8FBadge=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E7=95=99=E7=99=BD=E5=B0=BA=E5=AF=B8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Badge.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Badge.module.css b/src/components/Badge.module.css index 4fe7a7f..7099856 100644 --- a/src/components/Badge.module.css +++ b/src/components/Badge.module.css @@ -1,6 +1,6 @@ @layer components { .badge { - padding: var(--spacing-xs) var(--spacing-s); + padding: var(--spacing-xxs) var(--spacing-xs); border-radius: var(--border-radius-xxs); flex: 0 0 auto; display: flex;