mirror of https://github.com/Ashinch/ReadYou.git
Set the default font size for the navigation bar
This commit is contained in:
parent
3bc8d65d6d
commit
5730b22d46
|
@ -62,7 +62,7 @@ fun FilterBar(
|
|||
{
|
||||
Text(
|
||||
text = item.toName(),
|
||||
style = MaterialTheme.typography.labelLarge,
|
||||
// style = MaterialTheme.typography.labelLarge,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue