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
@@ -108,7 +108,12 @@ fun LanguagePickerScreen(
}
LargeTopAppBar(
title = { Text(text = stringResource(id = UiR.string.title_application_language)) },
title = {
Text(
text = stringResource(id = UiR.string.title_application_language),
style = MaterialTheme.typography.headlineSmall
)
},
navigationIcon = {
IconButton(onClick = onBack) {
Icon(