Skip to content

Commit

Permalink
fix: add unit to transition duration in procard (#8591)
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzlesconsin authored Aug 5, 2024
1 parent 455b4f1 commit 585fe39
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 585fe39

Please sign in to comment.