Skip to content

Commit

Permalink
fix: add unit to transition duration in procard
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzlesconsin authored Jul 19, 2024
1 parent a514d53 commit 39724fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/card/src/components/Card/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const genProCardStyle: GenerateStyle<ProCardToken> = (token) => {
paddingInline: 0,
backgroundColor: token.colorBgContainer,
borderRadius: token.borderRadius,
transition: 'all 0.3',
transition: 'all 0.3s',
...resetComponent?.(token),

'&-box-shadow': {
Expand Down

0 comments on commit 39724fc

Please sign in to comment.