Browse Source

fix(transfer): checkbox click evt run repeatedly (#6902)

pull/6917/head
Konv Suu 1 year ago committed by GitHub
parent
commit
ce72484623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/transfer/style/index.tsx

4
components/transfer/style/index.tsx

@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
'&-footer': {
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
},
'&-checkbox': {
lineHeight: 1,
},
};
};

Loading…
Cancel
Save