From 76103ac05780fcf913c822c57f81036baef5a57f Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 22 May 2024 17:45:55 -0400 Subject: [PATCH] Fixes the padding of the x button on the relay list screen --- .../com/vitorpamplona/amethyst/ui/actions/NewRelayListView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewRelayListView.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewRelayListView.kt index ff56c6f65..2be259d7b 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewRelayListView.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewRelayListView.kt @@ -88,6 +88,7 @@ import com.vitorpamplona.amethyst.ui.note.RenderRelayIcon import com.vitorpamplona.amethyst.ui.screen.loggedIn.AccountViewModel 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.Font14SP import com.vitorpamplona.amethyst.ui.theme.HalfHorzPadding @@ -154,7 +155,7 @@ fun NewRelayListView( } }, navigationIcon = { - Spacer(modifier = StdHorzSpacer) + Spacer(modifier = DoubleHorzSpacer) CloseButton( onPress = { postViewModel.clear()