Skip to content

Commit

Permalink
use default TopAppBar title text style so we don't deviate from other…
Browse files Browse the repository at this point in the history
… apps
  • Loading branch information
soupslurpr authored and thestinger committed Sep 6, 2024
1 parent ca65b91 commit f9e28c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/kotlin/app/grapheneos/info/InfoApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ fun InfoApp() {
title = {
Text(
text = stringResource(id = currentScreen.title),
style = typography.headlineMedium,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
Expand Down

0 comments on commit f9e28c9

Please sign in to comment.