mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
remove all caps, react-intl now handles the format
This commit is contained in:
parent
56209f1dc9
commit
7a6a3d974e
@ -61,7 +61,6 @@ const FiatValue = styled.div`
|
||||
min-height: 25px;
|
||||
color: ${colors.TEXT_PRIMARY};
|
||||
align-items: center;
|
||||
text-transform: uppercase;
|
||||
`;
|
||||
|
||||
const FiatValueRate = styled.div`
|
||||
@ -72,7 +71,6 @@ const FiatValueRate = styled.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: ${colors.TEXT_PRIMARY};
|
||||
text-transform: uppercase;
|
||||
`;
|
||||
|
||||
const BalanceWrapper = styled.div`
|
||||
|
@ -59,7 +59,6 @@ const FiatValue = styled.div`
|
||||
min-height: 25px;
|
||||
color: ${colors.TEXT_PRIMARY};
|
||||
align-items: center;
|
||||
text-transform: uppercase;
|
||||
`;
|
||||
|
||||
const FiatValueRate = styled.div`
|
||||
@ -70,7 +69,6 @@ const FiatValueRate = styled.div`
|
||||
display: flex;
|
||||
color: ${colors.TEXT_PRIMARY};
|
||||
align-items: center;
|
||||
text-transform: uppercase;
|
||||
`;
|
||||
|
||||
const BalanceWrapper = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user