1
0
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:
slowbackspace 2019-03-13 17:19:57 +01:00
parent 56209f1dc9
commit 7a6a3d974e
2 changed files with 0 additions and 4 deletions

View File

@ -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`

View File

@ -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`