Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
SeojinSeojin committed Sep 3, 2023
1 parent 7617c17 commit 4d4e9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/RecruitPage/components/ApplySection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BlurOverlay = styled.div`
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 1));
background: linear-gradient(rgba(24, 24, 24, 0.5), rgba(24, 24, 24, 1));
z-index: 1;
`;

Expand Down

0 comments on commit 4d4e9f7

Please sign in to comment.