mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
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:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user