From 7a6a3d974ee46df951efd3513dda29b9dd400f92 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 13 Mar 2019 17:19:57 +0100 Subject: [PATCH] remove all caps, react-intl now handles the format --- .../Wallet/views/Account/Summary/components/Balance/index.js | 2 -- .../views/Account/Summary/ripple/components/Balance/index.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/views/Wallet/views/Account/Summary/components/Balance/index.js b/src/views/Wallet/views/Account/Summary/components/Balance/index.js index 86268a57..f20a4d7a 100644 --- a/src/views/Wallet/views/Account/Summary/components/Balance/index.js +++ b/src/views/Wallet/views/Account/Summary/components/Balance/index.js @@ -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` diff --git a/src/views/Wallet/views/Account/Summary/ripple/components/Balance/index.js b/src/views/Wallet/views/Account/Summary/ripple/components/Balance/index.js index 3f999aa8..967b9f83 100644 --- a/src/views/Wallet/views/Account/Summary/ripple/components/Balance/index.js +++ b/src/views/Wallet/views/Account/Summary/ripple/components/Balance/index.js @@ -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`