From 34971211f1d908e9c95d6b61ff508d698c9c100a Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 24 Oct 2025 19:06:36 -0400 Subject: [PATCH] Better icon padding --- .../ui/screen/loggedIn/lists/followsets/FollowSetScreen.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/followsets/FollowSetScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/followsets/FollowSetScreen.kt index 8a2d96632..87eda557f 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/followsets/FollowSetScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/lists/followsets/FollowSetScreen.kt @@ -80,6 +80,7 @@ import com.vitorpamplona.amethyst.ui.screen.loggedIn.qrcode.BackButton import com.vitorpamplona.amethyst.ui.stringRes import com.vitorpamplona.amethyst.ui.theme.ButtonBorder import com.vitorpamplona.amethyst.ui.theme.DividerThickness +import com.vitorpamplona.amethyst.ui.theme.DoubleHorzSpacer import com.vitorpamplona.amethyst.ui.theme.FeedPadding import com.vitorpamplona.amethyst.ui.theme.HalfPadding import com.vitorpamplona.amethyst.ui.theme.StdHorzSpacer @@ -239,7 +240,7 @@ fun TitleAndDescription( Text( text = followSet.title, ) - Spacer(modifier = StdHorzSpacer) + Spacer(modifier = DoubleHorzSpacer) Icon( painter = painterResource(R.drawable.format_list_bulleted_type), contentDescription = null,