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
@@ -242,13 +242,14 @@ fun FriendsScreen(
Text(
text = stringResource(id = UiR.string.title_friends),
maxLines = 1,
overflow = TextOverflow.Ellipsis
overflow = TextOverflow.Ellipsis,
style = MaterialTheme.typography.headlineSmall
)
},
colors = TopAppBarDefaults.topAppBarColors(
containerColor = Color.Transparent
),
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.fillMaxWidth()
)
PrimaryTabRow(
selectedTabIndex = selectedTabIndex,