Key sheet: taller detent + opaque background

Sheet grows from .medium to .fraction(0.6) so the footer ('Colours
match each station's rating on the list') clears the bottom edge with
comfortable margin (verified: footer clearance +33pt). Sheet background
switched from the translucent default to a solid
systemGroupedBackground via .presentationBackground so the stations
list no longer shows through.
This commit is contained in:
FuelBoard Contributor
2026-08-16 09:57:58 +01:00
parent 87d66eae94
commit 3416ad563e
+2 -1
View File
@@ -255,7 +255,8 @@ struct StationsView: View {
} }
} }
} }
.presentationDetents([.medium]) .presentationDetents([.fraction(0.6)])
.presentationBackground(Color(UIColor.systemGroupedBackground))
} }
} }
} }