manager: fix ListItem title size

This commit is contained in:
Rifat Azad
2025-06-29 20:10:31 +06:00
committed by GitHub
parent a54c319d55
commit 7f957be99b

View File

@@ -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 {