From 728e0c13d8c07ad06bcf6db735528a15a659a5a6 Mon Sep 17 00:00:00 2001 From: baegofda Date: Mon, 12 Feb 2024 12:53:05 +0900 Subject: [PATCH] =?UTF-8?q?(#0)=20transparent=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/color.ts | 1 + src/constants/index.ts | 1 + src/types/index.ts | 2 +- tailwind.config.js | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants/color.ts b/src/constants/color.ts index deb6592..19ece57 100644 --- a/src/constants/color.ts +++ b/src/constants/color.ts @@ -21,6 +21,7 @@ export const THEME_COLOR = { ERROR: "error", WARNING: "warning", SUCCESS: "success", + TRANSPARENT: "transparent", }; export const ColorOptions = Object.keys(THEME_COLOR).map(color => THEME_COLOR[color as keyof typeof THEME_COLOR]); diff --git a/src/constants/index.ts b/src/constants/index.ts index e094821..679ca25 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -21,6 +21,7 @@ export const ColorOptions = [ "error", "warning", "success", + "transparent", ]; export const TypographyOptions = [ diff --git a/src/types/index.ts b/src/types/index.ts index 9523896..8a188a6 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -5,7 +5,7 @@ export type ThemeColors = "gray-01" | "gray-00" | "primary-06" | "primary-05" | "primary-04" | "primary-03" | "primary-02" | "primary-01" | "primary-00" | - "error" | "warning" | "success"; + "error" | "warning" | "success" | "transparent"; export type ThemeTypography = "head-01-regular" | "head-01-medium" | "head-01-bold" | diff --git a/tailwind.config.js b/tailwind.config.js index a9af4f5..fb1752a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,6 +30,7 @@ export default { error: "#FF5260", warning: "#FFBB6A", success: "#79D4B4", + transparent: "transparent", }, fontSize: { "head-01-regular": [