From 4b4cba80a3a472b83c6eb9484206b24204339277 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Mon, 23 Oct 2023 21:31:43 -0400 Subject: [PATCH] DEL: Old comments --- components/ArrowPicker.tsx | 1 - components/QRCodeComponent.tsx | 1 - screen/wallets/pleaseBackup.tsx | 4 ---- 3 files changed, 6 deletions(-) diff --git a/components/ArrowPicker.tsx b/components/ArrowPicker.tsx index 7f4f85365..1532559a9 100644 --- a/components/ArrowPicker.tsx +++ b/components/ArrowPicker.tsx @@ -23,7 +23,6 @@ export const ArrowPicker = (props: ArrowPickerProps) => { const stylesHook = { text: { - // @ts-ignore: Ignore theme typescript error color: colors.foregroundColor, }, }; diff --git a/components/QRCodeComponent.tsx b/components/QRCodeComponent.tsx index e65dd7065..5f6b10f37 100644 --- a/components/QRCodeComponent.tsx +++ b/components/QRCodeComponent.tsx @@ -108,7 +108,6 @@ const QRCodeComponent: React.FC = ({ size={size} logoSize={logoSize} color="#000000" - // @ts-ignore: logoBackgroundColor is not in the type definition logoBackgroundColor={colors.brandingColor} backgroundColor="#FFFFFF" ecl={ecl} diff --git a/screen/wallets/pleaseBackup.tsx b/screen/wallets/pleaseBackup.tsx index 8ed7b301a..866d00df2 100644 --- a/screen/wallets/pleaseBackup.tsx +++ b/screen/wallets/pleaseBackup.tsx @@ -20,19 +20,15 @@ const PleaseBackup: React.FC = () => { const stylesHook = StyleSheet.create({ flex: { - // @ts-ignore: Ignore backgroundColor: colors.elevated, }, word: { - // @ts-ignore: Ignore backgroundColor: colors.inputBackgroundColor, }, wortText: { - // @ts-ignore: Ignore color: colors.labelText, }, pleaseText: { - // @ts-ignore: Ignore color: colors.foregroundColor, }, });