FIX: Bring down the color brightness

This commit is contained in:
ncoelho 2021-03-15 11:56:35 +01:00
parent e762abaeaa
commit 6f6196bf6f

View file

@ -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'];