From ff649da6c4b384dc4d59f9d5ff042f0c63b3b3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Thu, 10 Oct 2024 17:42:31 +0200 Subject: [PATCH] docs(RN0.73): Update types after RN update --- src/app/view/IAP/IapProgress.tsx | 1 + src/ui/Tooltip/styles.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/view/IAP/IapProgress.tsx b/src/app/view/IAP/IapProgress.tsx index f66a1e5ca..a898ebfb5 100644 --- a/src/app/view/IAP/IapProgress.tsx +++ b/src/app/view/IAP/IapProgress.tsx @@ -81,6 +81,7 @@ const styles = StyleSheet.create({ spinner: { width: 70, height: 70, + // @ts-expect-error We use svg under the hood that understand this fill option fill: colors.paperBackgroundColor } }) diff --git a/src/ui/Tooltip/styles.ts b/src/ui/Tooltip/styles.ts index 90d4ae44f..abaf7aced 100644 --- a/src/ui/Tooltip/styles.ts +++ b/src/ui/Tooltip/styles.ts @@ -21,6 +21,7 @@ export const styles = StyleSheet.create({ marginRight: 8, width: 16, height: 16, + // @ts-expect-error We use svg under the hood that understand this fill option fill: palette.Primary.ContrastText }, text: {