Skip to content

Commit

Permalink
Merge pull request #3134 from vvatom/balance-label-width-fix
Browse files Browse the repository at this point in the history
Fix balance label width
  • Loading branch information
0xDaedalus authored Mar 17, 2023
2 parents d42e4ae + 2a53385 commit 33ab3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Wallet/WalletAccountBalanceControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function WalletAccountBalanceControl(
margin-bottom: 20px;
}
.balance_label {
width: 160px;
width: 165px;
height: 24px;
color: var(--green-40);
font-size: 16px;
Expand Down

0 comments on commit 33ab3cb

Please sign in to comment.