mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-17 13:07:34 +02:00
fix: hidden balance icon alignment and size (#52)
This commit is contained in:
parent
693fdf123f
commit
8bb8b7b98f
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ export default function Balance({ value, unit, showBalance = false }) {
|
|||
<span className={styles['balance-wrapper']}>
|
||||
<span className={styles['balance']}>
|
||||
<span className={styles['text']}>*****</span>
|
||||
<span className="text-muted">
|
||||
<Sprite symbol="hide" width="20px" height="20px" className="ps-1" />
|
||||
<span className="text-muted d-inline-flex align-items-center">
|
||||
<Sprite symbol="hide" width="1.2em" height="1.2em" className="ps-1" />
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue