diff --git a/components/RefreshMetadata.tsx b/components/RefreshMetadata.tsx index 9f07f7ee..7cf8eb72 100644 --- a/components/RefreshMetadata.tsx +++ b/components/RefreshMetadata.tsx @@ -31,6 +31,7 @@ export const RefreshMetadata: FC = ({ item, ...props }) => { icon='reload-outline' onPress={refreshMetadata} hapticFeedback={!isRefreshing} + fillColor={isRefreshing ? "primary" : undefined} /> );