You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: fix ListItem title size
This commit is contained in:
@@ -136,7 +136,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) {
|
|||||||
},
|
},
|
||||||
headlineContent = { Text(
|
headlineContent = { Text(
|
||||||
text = moduleBackup,
|
text = moduleBackup,
|
||||||
style = MaterialTheme.typography.titleLarge,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
fontWeight = FontWeight.SemiBold,
|
fontWeight = FontWeight.SemiBold,
|
||||||
) },
|
) },
|
||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
@@ -196,7 +196,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) {
|
|||||||
headlineContent = {
|
headlineContent = {
|
||||||
Text(
|
Text(
|
||||||
moduleRestore,
|
moduleRestore,
|
||||||
style = MaterialTheme.typography.titleLarge,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
fontWeight = FontWeight.SemiBold,
|
fontWeight = FontWeight.SemiBold,
|
||||||
color = if (useOverlayFs) MaterialTheme.colorScheme.onSurface.copy(alpha = 0.38f) else MaterialTheme.colorScheme.onSurface
|
color = if (useOverlayFs) MaterialTheme.colorScheme.onSurface.copy(alpha = 0.38f) else MaterialTheme.colorScheme.onSurface
|
||||||
)
|
)
|
||||||
@@ -230,7 +230,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) {
|
|||||||
},
|
},
|
||||||
headlineContent = { Text(
|
headlineContent = { Text(
|
||||||
text = allowlistBackup,
|
text = allowlistBackup,
|
||||||
style = MaterialTheme.typography.titleLarge,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
fontWeight = FontWeight.SemiBold,
|
fontWeight = FontWeight.SemiBold,
|
||||||
) },
|
) },
|
||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
@@ -256,7 +256,7 @@ fun BackupRestoreScreen(navigator: DestinationsNavigator) {
|
|||||||
},
|
},
|
||||||
headlineContent = { Text(
|
headlineContent = { Text(
|
||||||
text = allowlistRestore,
|
text = allowlistRestore,
|
||||||
style = MaterialTheme.typography.titleLarge,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
fontWeight = FontWeight.SemiBold,
|
fontWeight = FontWeight.SemiBold,
|
||||||
) },
|
) },
|
||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
|
|||||||
Reference in New Issue
Block a user