Skip to content

Commit

Permalink
Reduces the font size for the translation label
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Oct 17, 2024
1 parent 25c3532 commit 24b2939
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import com.vitorpamplona.amethyst.ui.navigation.INav
import com.vitorpamplona.amethyst.ui.screen.loggedIn.AccountViewModel
import com.vitorpamplona.amethyst.ui.stringRes
import com.vitorpamplona.amethyst.ui.theme.DividerThickness
import com.vitorpamplona.amethyst.ui.theme.Font14SP
import com.vitorpamplona.amethyst.ui.theme.lessImportantLink
import com.vitorpamplona.quartz.events.ImmutableListOfLists
import kotlinx.coroutines.Dispatchers
Expand Down Expand Up @@ -212,6 +213,7 @@ private fun TranslationMessage(
MaterialTheme.colorScheme.onSurface.copy(
alpha = 0.32f,
),
fontSize = Font14SP,
),
overflow = TextOverflow.Visible,
maxLines = 3,
Expand Down

0 comments on commit 24b2939

Please sign in to comment.