mirror of
https://github.com/revanced/revanced-manager-compose.git
synced 2025-04-29 22:04:25 +02:00
feat(settings screen): match typography from figma
This commit is contained in:
parent
b38f0d96e0
commit
202feab519
@ -110,8 +110,8 @@ fun SettingsScreen(
|
||||
settingsSections.forEach { (titleDescIcon, destination) ->
|
||||
ListItem(
|
||||
modifier = Modifier.clickable { navController.navigate(destination) },
|
||||
headlineContent = { Text(stringResource(titleDescIcon.first)) },
|
||||
supportingContent = { Text(stringResource(titleDescIcon.second)) },
|
||||
headlineContent = { Text(stringResource(titleDescIcon.first), style = MaterialTheme.typography.titleLarge) },
|
||||
supportingContent = { Text(stringResource(titleDescIcon.second), style = MaterialTheme.typography.bodyMedium) },
|
||||
leadingContent = { Icon(titleDescIcon.third, null) }
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user