Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Feb 2, 2024
1 parent ad0e54e commit 0d3e35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/transfer/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const genTransferCustomizeStyle: GenerateStyle<TransferToken> = (
},

[`${tableCls}-pagination${tableCls}-pagination`]: {
padding: `0 ${paddingXS}`,
margin: `${unit(margin)} 0 ${unit(marginXS)}`,
padding: `0 ${unit(paddingXS)}`,
},
},

Expand Down

0 comments on commit 0d3e35e

Please sign in to comment.