fix: unit color

This commit is contained in:
apotdevin 2021-05-02 18:04:09 +02:00
parent 62d8db5456
commit e9f3190830
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -80,10 +80,7 @@ export const getValue = ({
return (
<>
{breakAmount}
<SatoshiSymbol
color={'rgba(255,255,255,0.7)'}
transform={'translate(0,2)'}
/>
<SatoshiSymbol color={'grey'} transform={'translate(0,2)'} />
</>
);
}