improve font in app bars

This commit is contained in:
2024-12-13 23:45:33 +03:00
parent 518f2bfb1b
commit 077332a27b
6 changed files with 33 additions and 7 deletions
@@ -213,7 +213,10 @@ fun MessagesHistoryScreen(
Text(
text =
if (screenState.isLoading) stringResource(id = UiR.string.title_loading)
else screenState.title
else screenState.title,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
style = MaterialTheme.typography.headlineSmall
)
},
navigationIcon = {