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: {