From a310064249be25dfb0561c275ab9e0796daf41d4 Mon Sep 17 00:00:00 2001 From: takefumi-yoshii Date: Sun, 30 Apr 2023 17:33:59 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E3=83=A9=E3=83=99=E3=83=AB=E8=89=B2?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/molecules/TextareaWithInfo/styles.module.css | 2 +- src/components/molecules/TextboxWithInfo/styles.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/TextareaWithInfo/styles.module.css b/src/components/molecules/TextareaWithInfo/styles.module.css index cb6f202..c1cae16 100644 --- a/src/components/molecules/TextareaWithInfo/styles.module.css +++ b/src/components/molecules/TextareaWithInfo/styles.module.css @@ -7,7 +7,7 @@ .label { font-size: 1.4rem; - color: var(--light-gray); + color: var(--middle-gray); } .footer { diff --git a/src/components/molecules/TextboxWithInfo/styles.module.css b/src/components/molecules/TextboxWithInfo/styles.module.css index cb6f202..c1cae16 100644 --- a/src/components/molecules/TextboxWithInfo/styles.module.css +++ b/src/components/molecules/TextboxWithInfo/styles.module.css @@ -7,7 +7,7 @@ .label { font-size: 1.4rem; - color: var(--light-gray); + color: var(--middle-gray); } .footer {