mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
DEL: Old comments
This commit is contained in:
parent
8641f94612
commit
4b4cba80a3
3 changed files with 0 additions and 6 deletions
|
@ -23,7 +23,6 @@ export const ArrowPicker = (props: ArrowPickerProps) => {
|
||||||
|
|
||||||
const stylesHook = {
|
const stylesHook = {
|
||||||
text: {
|
text: {
|
||||||
// @ts-ignore: Ignore theme typescript error
|
|
||||||
color: colors.foregroundColor,
|
color: colors.foregroundColor,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -108,7 +108,6 @@ const QRCodeComponent: React.FC<QRCodeComponentProps> = ({
|
||||||
size={size}
|
size={size}
|
||||||
logoSize={logoSize}
|
logoSize={logoSize}
|
||||||
color="#000000"
|
color="#000000"
|
||||||
// @ts-ignore: logoBackgroundColor is not in the type definition
|
|
||||||
logoBackgroundColor={colors.brandingColor}
|
logoBackgroundColor={colors.brandingColor}
|
||||||
backgroundColor="#FFFFFF"
|
backgroundColor="#FFFFFF"
|
||||||
ecl={ecl}
|
ecl={ecl}
|
||||||
|
|
|
@ -20,19 +20,15 @@ const PleaseBackup: React.FC = () => {
|
||||||
|
|
||||||
const stylesHook = StyleSheet.create({
|
const stylesHook = StyleSheet.create({
|
||||||
flex: {
|
flex: {
|
||||||
// @ts-ignore: Ignore
|
|
||||||
backgroundColor: colors.elevated,
|
backgroundColor: colors.elevated,
|
||||||
},
|
},
|
||||||
word: {
|
word: {
|
||||||
// @ts-ignore: Ignore
|
|
||||||
backgroundColor: colors.inputBackgroundColor,
|
backgroundColor: colors.inputBackgroundColor,
|
||||||
},
|
},
|
||||||
wortText: {
|
wortText: {
|
||||||
// @ts-ignore: Ignore
|
|
||||||
color: colors.labelText,
|
color: colors.labelText,
|
||||||
},
|
},
|
||||||
pleaseText: {
|
pleaseText: {
|
||||||
// @ts-ignore: Ignore
|
|
||||||
color: colors.foregroundColor,
|
color: colors.foregroundColor,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue