forked from melod1n/fast-messenger
improve font in app bars
This commit is contained in:
+2
-1
@@ -244,7 +244,8 @@ fun ConversationsScreen(
|
||||
else UiR.string.title_conversations
|
||||
),
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
style = MaterialTheme.typography.headlineSmall
|
||||
)
|
||||
},
|
||||
actions = {
|
||||
|
||||
Reference in New Issue
Block a user