Update: Changes icon design and color scheme for default wallet colors
This commit is contained in:
parent
437bd77ba4
commit
12990d7f71
4 changed files with 18 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue