From dea0adaea41c18292721f6eeef02d34896f63952 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 20 Jul 2023 19:34:12 -0400 Subject: [PATCH] Reducing the distance from boost to the play button --- .../java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index 9415f6928..5f448a40f 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -170,7 +170,6 @@ import com.vitorpamplona.amethyst.ui.theme.Size55dp import com.vitorpamplona.amethyst.ui.theme.SmallBorder import com.vitorpamplona.amethyst.ui.theme.StdHorzSpacer import com.vitorpamplona.amethyst.ui.theme.StdPadding -import com.vitorpamplona.amethyst.ui.theme.StdStartPadding import com.vitorpamplona.amethyst.ui.theme.StdVertSpacer import com.vitorpamplona.amethyst.ui.theme.UserNameMaxRowHeight import com.vitorpamplona.amethyst.ui.theme.UserNameRowHeight @@ -2465,7 +2464,7 @@ private fun BoostedMark() { fontWeight = FontWeight.Bold, color = MaterialTheme.colors.placeholderText, maxLines = 1, - modifier = StdStartPadding + modifier = HalfStartPadding ) }