Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Apr 7, 2024
1 parent 4fa9d6b commit 2592251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_util/wave/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const genWaveStyle: GenerateStyle<WaveToken> = (token) => {
'&.wave-quick': {
transition: [
`box-shadow ${token.motionDurationSlow} ${token.motionEaseInOut}`,
`opacity 0.35s ${token.motionEaseInOut}`,
`opacity ${token.motionDurationSlow} ${token.motionEaseInOut}`,
].join(','),
},
},
Expand Down

0 comments on commit 2592251

Please sign in to comment.