Skip to content

Commit

Permalink
docs(RN0.73): Update types after RN update
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Oct 11, 2024
1 parent 9be975a commit c399f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/view/IAP/IapProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
})
1 change: 1 addition & 0 deletions src/ui/Tooltip/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c399f00

Please sign in to comment.