Format
This commit is contained in:
parent
c9be8e0f22
commit
036fd1ee41
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue