Minor UI fixes.

This commit is contained in:
Patrick Fic
2025-10-29 15:26:20 -07:00
parent accfb7a38c
commit 162f599e2d
6 changed files with 33 additions and 14 deletions

View File

@@ -243,6 +243,9 @@ function JobTombstone({ bodyshop }) {
</View>
</Card.Content>
</Card>
<View
style={{ height: 64 }} //Spacer
/>
</ScrollView>
);
}