Skip to content

Commit

Permalink
Modify wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Nov 8, 2024
1 parent 776b08a commit 8d9bd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/LayoutBase/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const WalletInner = styled(Stack)`
height: 80px;
justify-content: center;
pointer-events: auto;
width: 200px;
width: 236px;
@media (min-width: ${({ theme }) => theme.breakpoints[BREAK_POINT_COLUMNS]}) {
justify-content: flex-end;
Expand Down
1 change: 1 addition & 0 deletions centrifuge-react/src/components/WalletMenu/WalletMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function ConnectedMenu({ menuItems }: WalletMenuProps) {
? substrate.selectedAccount?.name
: undefined
}
address={address}
balance={balance ? formatBalanceAbbreviated(balance, symbol) : undefined}
icon={
avatar ? (
Expand Down

0 comments on commit 8d9bd61

Please sign in to comment.