- {theme.name === 'light' ? (
-
- ) : (
-
- )}
+
{hasSynced === true && (
diff --git a/app/components/Wallet/Wallet.js b/app/components/Wallet/Wallet.js
index d8dbad8c..e1b6d135 100644
--- a/app/components/Wallet/Wallet.js
+++ b/app/components/Wallet/Wallet.js
@@ -8,7 +8,6 @@ import Settings from 'components/Settings'
import { Button, Dropdown, Text, Value } from 'components/UI'
import CheckAnimated from 'components/Icon/CheckAnimated'
import ZapLogo from 'components/Icon/ZapLogo'
-import ZapLogoBlack from 'components/Icon/ZapLogoBlack'
import Qrcode from 'components/Icon/Qrcode'
import { FormattedNumber, FormattedMessage } from 'react-intl'
import messages from './messages'
@@ -30,8 +29,7 @@ const Wallet = ({
setCurrency,
network,
settingsProps,
- paymentTimeout,
- theme
+ paymentTimeout
}) => {
if (!ticker.currency) {
return null
@@ -46,11 +44,7 @@ const Wallet = ({
- {theme === 'light' ? (
-
- ) : (
-
- )}
+
{info.data.testnet && (
Testnet
diff --git a/app/icons/big-arrow-left.svg b/app/icons/arrow-left.svg
similarity index 100%
rename from app/icons/big-arrow-left.svg
rename to app/icons/arrow-left.svg
diff --git a/app/icons/arrow-right.svg b/app/icons/arrow-right.svg
new file mode 100644
index 00000000..137c4f87
--- /dev/null
+++ b/app/icons/arrow-right.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/app/icons/big-arrow-right.svg b/app/icons/big-arrow-right.svg
index 88a8e97b..387175f3 100644
--- a/app/icons/big-arrow-right.svg
+++ b/app/icons/big-arrow-right.svg
@@ -1,5 +1,14 @@
-