Skip to content

Commit

Permalink
chore(clerk-js): Fix transform css rule in outAnimation (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaftarmery authored Dec 2, 2024
1 parent 8a28d1f commit c48203e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/real-fans-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/clerk-js/src/ui/styledSystem/animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const notificationAnimation = keyframes`
const outAnimation = keyframes`
0% {
opacity:1;
translateY(0px);
transform: translateY(0px);
max-height: 6rem;
visibility: visible;
}
Expand Down

0 comments on commit c48203e

Please sign in to comment.