fix(blocker): trim ProtectionDetailsSheet bottom padding (was over-padded → empty space under the bottom button)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 16:46:57 +02:00
parent 4e73d2ac92
commit d5b753d329

View File

@ -212,7 +212,7 @@ export function ProtectionDetailsSheet({
</View> </View>
<ScrollView <ScrollView
contentContainerStyle={{ padding: 20, paddingBottom: Math.max(insets.bottom, 32) + 56, gap: 18 }} contentContainerStyle={{ padding: 20, paddingBottom: Math.max(insets.bottom, 16) + 32, gap: 18 }}
showsVerticalScrollIndicator showsVerticalScrollIndicator
> >
{loadingStats && !stats ? ( {loadingStats && !stats ? (