mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-03-22 22:53:16 +08:00
fix: add alignItems center to ensure title aligns correctly, fixes #3881
This commit is contained in:
@@ -35,7 +35,7 @@ function PopupHeaderSuspense({ displayAddresssBalanceOf = 'stx' }: PopupHeaderPr
|
||||
<PopupHeaderLayout>
|
||||
<Flag align="middle" img={<CurrentAccountAvatar size="24px" fontSize="10px" />}>
|
||||
<SpaceBetween>
|
||||
<Stack isInline alignItems="flex-end">
|
||||
<Stack isInline alignItems="center">
|
||||
<CurrentAccountName as="h3" />
|
||||
{displayAddresssBalanceOf === 'stx' && <CurrentStxAddress fontSize="12px" />}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user