fix: hidden balance icon alignment and size (#52)

This commit is contained in:
Daniel 2022-02-05 01:07:58 +01:00 committed by GitHub
parent 693fdf123f
commit 8bb8b7b98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>