Skip to content

Commit

Permalink
[app] adjust text style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed May 24, 2022
1 parent fa2ab06 commit 9da5e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun HeaderContent(state: HeaderState, onHeaderClick: () -> Unit) {
Text(
modifier = Modifier.alignByBaseline(),
text = "${headerInfo.runningAppsCount}",
style = MaterialTheme.typography.titleLarge,
style = MaterialTheme.typography.titleMedium,
color = Color(onSurfaceColor)
)
Text(
Expand Down

0 comments on commit 9da5e4e

Please sign in to comment.