Skip to content

Commit

Permalink
fix(Chip): 검색 페이지 갔다가 홈으로 돌아오면 에니메이션 정상적으로 작동하지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
simorimi committed Oct 23, 2024
1 parent e141f64 commit b460e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Chip/Chip.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const getButtonColorStyling = (isSelected: boolean) => {
const fadeInMove = keyframes`
from {
opacity: 0;
transform: translateY(1rem);
transform: translateY(-1rem);
}
to {
Expand Down

0 comments on commit b460e61

Please sign in to comment.