Onboarding: space the welcome feature rows out vertically (per-row padding 5pt → 10pt)

This commit is contained in:
FuelBoard Contributor
2026-08-14 22:47:48 +01:00
parent 9571e0c876
commit d91652aedc
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ struct OnboardingView: View {
Spacer(minLength: 0)
}
.padding(.horizontal, 36)
.padding(.vertical, 5)
.padding(.vertical, 10)
}
private func permissionStatusLabel(granted: Bool, denied: Bool, deniedText: LocalizedStringKey) -> some View {
@@ -1 +1 @@
1786743349.7703152: Module build session file for module cache at Path(_str: "/Users/apt/workspace/fuelboard/build-sim/ModuleCache.noindex")
1786743969.454457: Module build session file for module cache at Path(_str: "/Users/apt/workspace/fuelboard/build-sim/ModuleCache.noindex")
+1 -1
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>LastAccessedDate</key>
<date>2026-08-14T21:35:47Z</date>
<date>2026-08-14T21:46:07Z</date>
<key>WorkspacePath</key>
<string>/Users/apt/workspace/fuelboard/FuelBoard.xcodeproj</string>
</dict>