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:
parent
4e73d2ac92
commit
d5b753d329
@ -212,7 +212,7 @@ export function ProtectionDetailsSheet({
|
||||
</View>
|
||||
|
||||
<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
|
||||
>
|
||||
{loadingStats && !stats ? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user