fix: tighten New Workout composer vertical spacing

Reduce the section spacing from 16dp to 12dp so the gaps around the activity
chip rows aren't oversized.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015qgqQKHSewRHVM8vSCLt9P
This commit is contained in:
Claude
2026-06-17 01:46:14 +00:00
parent 631c110a4f
commit 89ab47c0ec
@@ -126,7 +126,7 @@ private fun NewWorkoutBody(
.fillMaxSize()
.verticalScroll(rememberScrollState())
.padding(horizontal = 16.dp),
verticalArrangement = Arrangement.spacedBy(16.dp),
verticalArrangement = Arrangement.spacedBy(12.dp),
) {
// Tap a recent Health Connect workout to pre-load the form.
DetectedWorkoutCarousel(