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(
modifier = Modifier
.clickable(onClick = onLearnMore)
.padding(vertical = 4.dp, horizontal = 16.dp),
.clickable(onClick = onLearnMore)
.padding(vertical = 4.dp, horizontal = 16.dp),
text = stringResource(CommonStrings.action_learn_more),
style = ElementTheme.typography.fontBodyLgMedium
)