From 6be8f2db9eee37ec1cc57d1a319d753b35bc12f5 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 13:17:37 +0000 Subject: [PATCH] fix: vertically center items in zap amount popup row The bolt-icon pill chips and the Tune settings button have different intrinsic heights, so FlowRow's default top alignment leaves the settings button visually higher than the chips. Set itemVerticalAlignment so every item is centered within the row. --- .../main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt index 4b13e3f64a..b13c0009dc 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt @@ -1982,6 +1982,7 @@ fun ZapAmountChoicePopupContent( modifier = Modifier.padding(horizontal = 5.dp, vertical = 5.dp), horizontalArrangement = Arrangement.Center, verticalArrangement = Arrangement.Center, + itemVerticalAlignment = CenterVertically, ) { zapAmountChoices.forEach { amountInSats -> ZapAmountChip(