From 409e226f55739248ba05d66bfcaeee53c97ee04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=EC=84=B8=EC=9B=90?= <101105694+5ewon@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:46:12 +0900 Subject: [PATCH] =?UTF-8?q?fix(accordion=20css):=20=EB=88=84=EB=9D=BD?= =?UTF-8?q?=EB=90=9C=20=EC=83=89=EC=83=81=EA=B0=92=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Accordion/style.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Accordion/style.css.ts b/components/Accordion/style.css.ts index de7eb42..40c40ca 100644 --- a/components/Accordion/style.css.ts +++ b/components/Accordion/style.css.ts @@ -18,7 +18,7 @@ export const summary = style({ height: "45px", borderBottom: `1.5px solid ${theme.gray}`, margin: "10px 0", - color: theme.primary, + color: `${theme.primary}94`, cursor: "pointer", ...font.H2, ...flex.FLEX,