Set the default font size for the navigation bar

This commit is contained in:
Ash 2022-06-29 23:38:29 +08:00
parent 3bc8d65d6d
commit 5730b22d46
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ fun FilterBar(
{ {
Text( Text(
text = item.toName(), text = item.toName(),
style = MaterialTheme.typography.labelLarge, // style = MaterialTheme.typography.labelLarge,
maxLines = 1, maxLines = 1,
overflow = TextOverflow.Ellipsis, overflow = TextOverflow.Ellipsis,
) )