This commit is contained in:
ncoelho 2020-12-09 16:00:07 +01:00
parent 748eba754f
commit 5407db84ed
3 changed files with 2 additions and 4 deletions

View file

@ -59,7 +59,6 @@ export const BlueDefaultTheme = {
newBlue: '#007AFF',
redBG: '#F8D2D2',
redText: '#D0021B',
newBlue: '#0070FF',
},
};

View file

@ -1,7 +1,7 @@
import React, { useState, useEffect } from 'react';
import { Image, View, Text, ScrollView, StyleSheet } from 'react-native';
import { useNavigation, useRoute, useTheme } from '@react-navigation/native';
import { SafeBlueArea, BlueCard, BlueText, BlueNavigationStyle, BlueSpacing20, BlueLoading } from '../../BlueComponents';
import { useTheme } from '@react-navigation/native';
import { SafeBlueArea, BlueNavigationStyle, BlueLoading } from '../../BlueComponents';
/** @type {AppStorage} */
import loc from '../../loc';

View file

@ -23,7 +23,6 @@ import {
BlueSpacing20,
BlueSpacing40,
BlueTextCentered,
BlueListItem,
} from '../../BlueComponents';
import { Icon } from 'react-native-elements';
import { HDSegwitBech32Wallet, MultisigCosigner, MultisigHDWallet } from '../../class';