From 8432dfeb0d9ae384cc004c116cb8028398fdd6be Mon Sep 17 00:00:00 2001 From: JinJu Date: Tue, 16 Apr 2024 18:36:56 +0900 Subject: [PATCH] =?UTF-8?q?Label=20Secondary=20style=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/components/Label/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/components/Label/constants/index.ts b/src/core/components/Label/constants/index.ts index a70cd0a..a6f2704 100644 --- a/src/core/components/Label/constants/index.ts +++ b/src/core/components/Label/constants/index.ts @@ -19,11 +19,11 @@ export const LABEL_VARIANTS: Record = { [VARIANTS.ERROR]: "bg-rose-100 text-rose-500", [VARIANTS.WARNING]: "bg-amber-100 text-amber-500", [VARIANTS.SUCCESS]: "bg-green-100 text-green-500", - [VARIANTS.SECONDARY]: "bg-gray-02 text-gray-06", + [VARIANTS.SECONDARY]: "bg-gray-02 text-gray-07", }; export const LABEL_SIZE: Record = { - [SIZE.SMALL]: "text-body-03-regular px-1.5 py-0.5 rounded-md", + [SIZE.SMALL]: "text-body-03-regular px-2 py-0.5 rounded-md", [SIZE.MEDIUM]: "text-body-02-regular px-2 py-1 rounded-md", [SIZE.LARGE]: "text-body-01-regular px-2 py-1 rounded-lg", };