Skip to content

Commit

Permalink
fix: Pull refresh control icon wasn't visible on Android (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 23, 2024
1 parent c4221af commit 35d70e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/app/inventory/pages/InventoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function InventoryPage({ inventoryPageEnum, pageEstimatedFlashLis
<RefreshControl
enabled={true}
tintColor="white"
colors={["white", "white"]}
colors={["black", "white"]}
refreshing={pullRefreshing}
onRefresh={() => {
getFullProfile(true);
Expand Down

0 comments on commit 35d70e7

Please sign in to comment.