Fixes the padding of the x button on the relay list screen

pull/875/head
Vitor Pamplona 2024-05-22 17:45:55 -04:00
rodzic 6538cbd9da
commit 76103ac057
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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()