From 7f957be99b1a3f3593148ae1dd24d10f09a38b09 Mon Sep 17 00:00:00 2001 From: Rifat Azad <33044977+rifsxd@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:10:31 +0600 Subject: [PATCH] manager: fix ListItem title size --- .../java/com/rifsxd/ksunext/ui/screen/BackupRestore.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/BackupRestore.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/BackupRestore.kt index e44e6992..3aa68ce7 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/BackupRestore.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/BackupRestore.kt @@ -136,7 +136,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) { }, headlineContent = { Text( text = moduleBackup, - style = MaterialTheme.typography.titleLarge, + style = MaterialTheme.typography.titleMedium, fontWeight = FontWeight.SemiBold, ) }, modifier = Modifier.clickable { @@ -196,7 +196,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) { headlineContent = { Text( moduleRestore, - style = MaterialTheme.typography.titleLarge, + style = MaterialTheme.typography.titleMedium, fontWeight = FontWeight.SemiBold, color = if (useOverlayFs) MaterialTheme.colorScheme.onSurface.copy(alpha = 0.38f) else MaterialTheme.colorScheme.onSurface ) @@ -230,7 +230,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) { }, headlineContent = { Text( text = allowlistBackup, - style = MaterialTheme.typography.titleLarge, + style = MaterialTheme.typography.titleMedium, fontWeight = FontWeight.SemiBold, ) }, modifier = Modifier.clickable { @@ -256,7 +256,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) { }, headlineContent = { Text( text = allowlistRestore, - style = MaterialTheme.typography.titleLarge, + style = MaterialTheme.typography.titleMedium, fontWeight = FontWeight.SemiBold, ) }, modifier = Modifier.clickable {