Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba80-02 committed Jan 22, 2025
1 parent bdd5161 commit 839eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Swap/EstimatedPointsLabel/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const useStyles = makeStyles<{ isVisible: boolean; width: number; isChanging: bo
pointsValue: {
width: '50px',
textAlign: 'center',
transition: 'filter 0.3s ease-in-out',
transition: 'filter 0.05s ease-in-out',
filter: isChanging ? 'blur(10px)' : 'blur(0)'
},

Expand Down

0 comments on commit 839eb50

Please sign in to comment.