diff --git a/ui/app/AppLayouts/Wallet/LeftTab.qml b/ui/app/AppLayouts/Wallet/LeftTab.qml
index ce91121441..78e4e038d7 100644
--- a/ui/app/AppLayouts/Wallet/LeftTab.qml
+++ b/ui/app/AppLayouts/Wallet/LeftTab.qml
@@ -109,7 +109,7 @@ Item {
ColorOverlay {
anchors.fill: walletIcon
source: walletIcon
- color: selected || !iconColor ? Theme.transparent : iconColor // change image color
+ color: selected || !iconColor ? Theme.white : iconColor // change image color
}
StyledText {
id: walletName
diff --git a/ui/app/AppLayouts/Wallet/WalletHeader.qml b/ui/app/AppLayouts/Wallet/WalletHeader.qml
index 5e072e0b15..4976c3cb4a 100644
--- a/ui/app/AppLayouts/Wallet/WalletHeader.qml
+++ b/ui/app/AppLayouts/Wallet/WalletHeader.qml
@@ -184,7 +184,7 @@ Item {
width: 280
Action {
text: qsTr("Account Settings")
- icon.source: "../../img/account_settings.svg"
+ icon.source: "../../img/walletIcon.svg"
onTriggered: {
accountSettingsModal.open()
}
diff --git a/ui/app/img/account_settings.svg b/ui/app/img/account_settings.svg
deleted file mode 100644
index 9d05f458e6..0000000000
--- a/ui/app/img/account_settings.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/ui/app/img/generate_account.svg b/ui/app/img/generate_account.svg
index ca0ea451f3..9f75c2c7b3 100644
--- a/ui/app/img/generate_account.svg
+++ b/ui/app/img/generate_account.svg
@@ -1,3 +1,3 @@
diff --git a/ui/app/img/walletIcon.svg b/ui/app/img/walletIcon.svg
index 0678d8645c..3c1d0ace7c 100644
--- a/ui/app/img/walletIcon.svg
+++ b/ui/app/img/walletIcon.svg
@@ -1,3 +1,3 @@
-