mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-23 14:31:07 +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;
|
min-height: 25px;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-transform: uppercase;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const FiatValueRate = styled.div`
|
const FiatValueRate = styled.div`
|
||||||
@ -72,7 +71,6 @@ const FiatValueRate = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
text-transform: uppercase;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const BalanceWrapper = styled.div`
|
const BalanceWrapper = styled.div`
|
||||||
|
@ -59,7 +59,6 @@ const FiatValue = styled.div`
|
|||||||
min-height: 25px;
|
min-height: 25px;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-transform: uppercase;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const FiatValueRate = styled.div`
|
const FiatValueRate = styled.div`
|
||||||
@ -70,7 +69,6 @@ const FiatValueRate = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-transform: uppercase;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const BalanceWrapper = styled.div`
|
const BalanceWrapper = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user