NTP-22476 | video player loader style fix

This commit is contained in:
Aman Chaturvedi
2025-01-21 15:36:51 +05:30
parent 6eddfc46b9
commit d4d15e9358

View File

@@ -65,7 +65,7 @@ const PdfRenderer: React.FC<IPdfRenderer> = ({ docId, onPageChange, getFileUri }
return (
<SafeAreaView style={GenericStyles.fill}>
<SuspenseLoader loading={isLoading} fallBack={<ActivityIndicator />}>
<SuspenseLoader loading={isLoading} fallBack={<ActivityIndicator size='large' color={COLORS.BASE.BLUE} />}>
{error ? (
<Text>Failed to load PDF</Text>
) : (