Skip to content

Commit 7f8d1e0

Browse files
committed
style: 카테고리 색상 변경 애니메이션 추가
1 parent cd89b64 commit 7f8d1e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/pages/CalendarPage/CalendarPage.styles.ts

+4
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ const itemWithBackgroundStyle = (
173173
174174
cursor: pointer;
175175
filter: ${isHovering && 'brightness(0.95)'};
176+
177+
transition: background-color 0.3s;
176178
`;
177179

178180
const itemWithoutBackgroundStyle = (
@@ -195,6 +197,8 @@ const itemWithoutBackgroundStyle = (
195197
196198
cursor: pointer;
197199
filter: none;
200+
201+
transition: background-color 0.3s;
198202
`;
199203

200204
const moreStyle = ({ colors }: Theme) => css`

0 commit comments

Comments
 (0)