From 71fb8c11bbda4c7b22d39daa7a8d7538da6bc6fe Mon Sep 17 00:00:00 2001 From: Hideaki Takahashi Date: Wed, 3 Jan 2024 16:30:55 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20hoverBlue?= =?UTF-8?q?=E3=81=AE=E5=91=BD=E5=90=8D=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/common/ImageLink/styles.css.ts | 2 +- src/styles/themes.css.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/ImageLink/styles.css.ts b/src/components/common/ImageLink/styles.css.ts index 72b0c2ad..7c034ef3 100644 --- a/src/components/common/ImageLink/styles.css.ts +++ b/src/components/common/ImageLink/styles.css.ts @@ -42,7 +42,7 @@ const hoverContainer = style([ }, justifyContent: 'center', alignItems: 'center', - backgroundColor: 'hoverBlue', + backgroundColor: 'lightBlue', padding: 1, }), { diff --git a/src/styles/themes.css.ts b/src/styles/themes.css.ts index 4ccfd3bc..22389111 100644 --- a/src/styles/themes.css.ts +++ b/src/styles/themes.css.ts @@ -6,7 +6,7 @@ export const colors = { gray: '#94989B', lightGray: '#E2E2E2', blue: '#1E1ADE', - hoverBlue: 'rgba(11, 96, 223, 0.8)', + lightBlue: 'rgba(11, 96, 223, 0.8)', red: '#FF4747', gradientBlue: 'linear-gradient(#0078B7, #001E43)', transparent: 'transparent',