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(
|
||||||
text = item.toName(),
|
text = item.toName(),
|
||||||
style = MaterialTheme.typography.labelLarge,
|
// style = MaterialTheme.typography.labelLarge,
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
overflow = TextOverflow.Ellipsis,
|
overflow = TextOverflow.Ellipsis,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user