Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 1329849

Browse files
author
seldon1000
committed
font size adjustments
1 parent fdabdf2 commit 1329849

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/eu/seldon1000/nextpass/ui/layout

1 file changed

+1
-1
lines changed

app/src/main/java/eu/seldon1000/nextpass/ui/layout/Header.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fun Header(expanded: Boolean, title: String, item: @Composable () -> Unit = {})
4141
) {
4242
Text(
4343
text = title,
44-
fontSize = 40.sp,
44+
fontSize = 32.sp,
4545
fontWeight = FontWeight.SemiBold
4646
)
4747
item()

0 commit comments

Comments
 (0)