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 212f4fc commit 6c53859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/transfer/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interface TransferToken extends FullToken<'Transfer'> {
const genTransferCustomizeStyle: GenerateStyle<TransferToken> = (
token: TransferToken,
): CSSObject => {
const { antCls, componentCls, listHeight, controlHeightLG, marginXS } = token;
const { antCls, componentCls, listHeight, controlHeightLG } = token;

const tableCls = `${antCls}-table`;
const inputCls = `${antCls}-input`;
Expand Down Expand Up @@ -71,7 +71,7 @@ const genTransferCustomizeStyle: GenerateStyle<TransferToken> = (

[`${tableCls}-pagination${tableCls}-pagination`]: {
margin: 0,
padding: marginXS,
padding: token.paddingXS,
},
},

Expand Down

0 comments on commit 6c53859

Please sign in to comment.