Skip to content

Commit

Permalink
fix(transfer): checkbox click evt run repeatedly (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Aug 30, 2023
1 parent 31d00bf commit ce72484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/transfer/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ const genTransferListStyle: GenerateStyle<TransferToken> = (token: TransferToken
'&-footer': {
borderTop: `${lineWidth}px ${lineType} ${colorSplit}`,
},

'&-checkbox': {
lineHeight: 1,
},
};
};

Expand Down

0 comments on commit ce72484

Please sign in to comment.