style: sat symbol move

This commit is contained in:
apotdevin 2021-04-24 12:26:56 +02:00
parent 128bcaa492
commit 4bdc469451
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -60,7 +60,7 @@ export const getValue = ({
) : (
<>
{breakAmount}
<SatoshiSymbol />
<SatoshiSymbol transform={'translate(0,2)'} />
</>
);
}