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

@@ -48,7 +48,10 @@ export function JobListComponent({ bodyshop }) {
const jobs = data ? [...(data?.jobs || []), { id: "footer-spacer" }] : [];
return (
<SafeAreaView style={{ flex: 1, marginHorizontal: 12 }} edges={["top"]}>
<SafeAreaView
style={{ flex: 1, marginHorizontal: 12, paddingBottom: 48 }}
edges={["top"]}
>
<Text
variant="headlineMedium"
style={{ marginBottom: 12, fontWeight: "600" }}