mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: Bring down the color brightness
This commit is contained in:
parent
e762abaeaa
commit
6f6196bf6f
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ import { useTheme } from '@react-navigation/native';
|
|||
|
||||
export default class WalletGradient {
|
||||
static hdSegwitP2SHWallet = ['#007AFF', '#0040FF'];
|
||||
static hdSegwitBech32Wallet = ['#26D1F4', '#44BEE5'];
|
||||
static segwitBech32Wallet = ['#26D1F4', '#44BEE5'];
|
||||
static hdSegwitBech32Wallet = ['#6CD9FC', '#44BEE5'];
|
||||
static segwitBech32Wallet = ['#6CD9FC', '#44BEE5'];
|
||||
static watchOnlyWallet = ['#474646', '#282828'];
|
||||
static legacyWallet = ['#37E8C0', '#15BE98'];
|
||||
static hdLegacyP2PKHWallet = ['#FD7478', '#E73B40'];
|
||||
|
|
Loading…
Add table
Reference in a new issue