diff --git a/src/js/services/configService.js b/src/js/services/configService.js
index 1e46da03a..e8ed93d88 100644
--- a/src/js/services/configService.js
+++ b/src/js/services/configService.js
@@ -115,8 +115,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
bitcoinAlias: 'btc',
bitcoinCashAlias: 'bch',
- bitcoinWalletColor: '#fab915', // Observatory
- bitcoinCashWalletColor: '#26B03C', // Dollar Green
+ bitcoinWalletColor: '#535353', // Dark Grey
+ bitcoinCashWalletColor: '#eeb640', // Observatory
homeSectionIsHidden: {
services: false
diff --git a/src/sass/variables.scss b/src/sass/variables.scss
index e5bd2712d..cb21c030a 100644
--- a/src/sass/variables.scss
+++ b/src/sass/variables.scss
@@ -33,8 +33,8 @@ $v-wallet-color-map: (
3: (color: #d0b136, name: 'Metallic Gold'),
4: (color: #9edd72, name: 'Feijoa'),
5: (color: #29bb9c, name: 'Shamrock'),
- 6: (color: #26B03C, name: 'Dollar Green'),
- 7: (color: #fab915, name: 'Observatory'),
+ 6: (color: #eeb640, name: 'Light Orange'),
+ 7: (color: #535353, name: 'Dark Grey'),
8: (color: #77dada, name: 'Turquoise Blue'),
9: (color: #4a90e2, name: 'Cornflower Blue'),
10: (color: #484ed3, name: 'Free Speech Blue'),
diff --git a/www/css/main.css b/www/css/main.css
index 4e7faac0a..46db3b975 100644
--- a/www/css/main.css
+++ b/www/css/main.css
@@ -10726,6 +10726,12 @@ textarea.d-block {
#tab-home .card .item-sub:before {
width: 90%; } }
+#tab-home .card-banner {
+ padding: 0; }
+ #tab-home .card-banner__img {
+ width: 100%;
+ display: block; }
+
#tab-home .wallet-coin-logo {
vertical-align: middle;
margin-right: 5px; }
@@ -11305,13 +11311,13 @@ textarea.d-block {
/* background-color and color defaults should be the same */
.wallet-background-color-default {
- background-color: #fab915; }
+ background-color: #535353; }
.wallet-color-default {
- color: #fab915; }
+ color: #535353; }
.cashwallet-color-default {
- color: #26B03C; }
+ color: #eeb640; }
/* generate classes for all colors */
.wallet-color-0 {
@@ -11357,17 +11363,17 @@ textarea.d-block {
margin-left: 2.4rem; }
.wallet-color-6 {
- background: #26B03C; }
+ background: #eeb640; }
.wallet-color-6:before {
- content: "Dollar Green";
+ content: "Light Orange";
margin-left: 2.4rem; }
.wallet-color-7 {
- background: #fab915; }
+ background: #535353; }
.wallet-color-7:before {
- content: "Observatory";
+ content: "Dark Grey";
margin-left: 2.4rem; }
.wallet-color-8 {
diff --git a/www/img/icon-wallet.svg b/www/img/icon-wallet.svg
index fba9bca0b..74c7055f2 100644
--- a/www/img/icon-wallet.svg
+++ b/www/img/icon-wallet.svg
@@ -1,62 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file