Skip to content

Commit

Permalink
slightly adjust shade color
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Jan 17, 2024
1 parent 49058f9 commit 9ef6104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const Page: NextPage<PageProps> = ({ params, searchParams }) => {
const jpWaveBackgroundStyle = css`
background: linear-gradient(
to right,
#622d58 50%,
#622d58 50%,
#773E6B 50%,
#773E6B 50%,
${brand.Miyabi} 50%,
${brand.Miyabi} 100%
);
Expand Down

0 comments on commit 9ef6104

Please sign in to comment.