Skip to content

Commit

Permalink
🎨design: ContentHeader.style.js - 그림자 더 작아지게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul committed Jun 24, 2024
1 parent 923c1de commit e5c98eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main/contents-item/ContentHeader.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const GlowIcon = styled.div`
transition: filter 0.3s ease-in-out;
&:hover {
filter: drop-shadow(0 0 3px rgba(0, 83, 122, 0.8));
filter: drop-shadow(0 0 3px rgba(0, 83, 122, 0.3));
}
}
`;
Expand Down

0 comments on commit e5c98eb

Please sign in to comment.