diff --git a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js index a128a475..1f185f71 100644 --- a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js @@ -88,6 +88,10 @@ const Col = styled.div` display: flex; flex: 1; flex-direction: column; +` + +const RightCol = styled(Col)` + justify-content: center; `; const Badge = styled.div` @@ -177,7 +181,7 @@ const AccountMenu = (props: Props) => { )} - {account.imported && watch-only} + {account.imported && watch-only}