From 33bf305ab5e81b03ad58932b11ff43b1dfe06929 Mon Sep 17 00:00:00 2001 From: KotlinGeekDev Date: Thu, 19 Oct 2023 13:25:09 +0100 Subject: [PATCH] Add some padding to individual list items. --- .../amethyst/ui/screen/loggedIn/NotificationScreen.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NotificationScreen.kt b/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NotificationScreen.kt index 15ea069ac..6a0b76331 100644 --- a/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NotificationScreen.kt +++ b/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/NotificationScreen.kt @@ -72,6 +72,7 @@ import com.vitorpamplona.amethyst.ui.screen.NotificationViewModel import com.vitorpamplona.amethyst.ui.screen.RefresheableCardView import com.vitorpamplona.amethyst.ui.screen.ScrollStateKeys import com.vitorpamplona.amethyst.ui.theme.BitcoinOrange +import com.vitorpamplona.amethyst.ui.theme.HalfPadding import com.vitorpamplona.amethyst.ui.theme.RoyalBlue import com.vitorpamplona.amethyst.ui.theme.chartStyle import kotlinx.collections.immutable.ImmutableList @@ -216,7 +217,7 @@ fun SelectPushDistributor( onDistributorSelected(index, distributor) onDismiss() }, - modifier = Modifier.fillMaxWidth() + modifier = HalfPadding.fillMaxWidth() ) { Material3RichText( style = RichTextStyle().resolveDefaults()