Skip to content

Commit

Permalink
fix: Fix token modal class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Nov 13, 2024
1 parent 58ccf67 commit 5d0ecf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function ChooseTokenModal(props: ChooseTokenModalProps) {
isNoResult={isNoResult}
>
<Flex
className="bccb-widget-token-modal-header"
className="bccb-widget-token-modal-list-header"
fontSize={'14px'}
fontWeight={400}
lineHeight="16px"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function BaseModal(props: BaseModalProps) {
marginInline={0}
>
<Flex
className={className}
className={`${className}-header`}
h={'64px'}
px={'20px'}
py={0}
Expand Down

0 comments on commit 5d0ecf7

Please sign in to comment.