This commit is contained in:
Benoit Marty 2025-12-16 12:58:12 +01:00 committed by Benoit Marty
parent f577edb929
commit e85a396d21

View file

@ -89,8 +89,8 @@ fun ChooseSelfVerificationModeView(
) { ) {
Text( Text(
modifier = Modifier modifier = Modifier
.clickable(onClick = onLearnMore) .clickable(onClick = onLearnMore)
.padding(vertical = 4.dp, horizontal = 16.dp), .padding(vertical = 4.dp, horizontal = 16.dp),
text = stringResource(CommonStrings.action_learn_more), text = stringResource(CommonStrings.action_learn_more),
style = ElementTheme.typography.fontBodyLgMedium style = ElementTheme.typography.fontBodyLgMedium
) )