Skip to content

Commit

Permalink
Remove "What's new" button ripple (#5316)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Kunwar <[email protected]>
  • Loading branch information
0x2b3bfa0 and yathomasi authored Oct 21, 2024
1 parent bf0c1ee commit 87c938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/WhatsNewModal/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
border-radius: 99px;
font-family: var(--font-base);
transition: all 0.25s ease-in-out;
animation: gradient 2s infinite ease-in-out;
animation: gradient 2s 1 ease-in-out;

@media screen(xsMax) {
left: 15px;
Expand Down

0 comments on commit 87c938d

Please sign in to comment.