From 8c0d889536f8f04d2888d50481b0cff5eec59ccc Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 9 Oct 2018 13:55:17 +0200 Subject: [PATCH] More css fixes --- src/components/modals/device/WalletType/index.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/modals/device/WalletType/index.js b/src/components/modals/device/WalletType/index.js index fead7453..00e7ff88 100644 --- a/src/components/modals/device/WalletType/index.js +++ b/src/components/modals/device/WalletType/index.js @@ -22,6 +22,8 @@ const Header = styled.div` display: flex; justify-content: center; align-items: center; + + color: ${colors.TEXT_PRIMARY}; `; const StyledHeading = styled(H3)` @@ -99,13 +101,17 @@ class WalletType extends Component { { device.state && ( - + )} Change wallet type for { device.instanceLabel }
- + Standard Wallet

Continue to access your standard wallet.

@@ -121,14 +127,14 @@ class WalletType extends Component {
Hidden Wallet