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