From 89ab47c0ec3f22c9fb1b7765e358dfa4afb2de0e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 01:46:14 +0000 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_015qgqQKHSewRHVM8vSCLt9P --- .../amethyst/ui/screen/loggedIn/workouts/NewWorkoutScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/workouts/NewWorkoutScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/workouts/NewWorkoutScreen.kt index c44d5d8dde..a3de2013d0 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/workouts/NewWorkoutScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/workouts/NewWorkoutScreen.kt @@ -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(