From 9ef6104df96e60aaadcf987443299f2b3b6a768c Mon Sep 17 00:00:00 2001 From: neila <40727091+neila@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:23:31 +0900 Subject: [PATCH] slightly adjust shade color --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e69f18f..2588fb4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -17,8 +17,8 @@ const Page: NextPage = ({ params, searchParams }) => { const jpWaveBackgroundStyle = css` background: linear-gradient( to right, - #622d58 50%, - #622d58 50%, + #773E6B 50%, + #773E6B 50%, ${brand.Miyabi} 50%, ${brand.Miyabi} 100% );