mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
fix: unit color
This commit is contained in:
parent
62d8db5456
commit
e9f3190830
1 changed files with 1 additions and 4 deletions
|
@ -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)'} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue