Merge "[CredManUi] Left center notes." into udc-dev
This commit is contained in:
@@ -560,7 +560,11 @@ fun CreationSelectionCard(
|
|||||||
modifier = Modifier.padding(vertical = 16.dp)
|
modifier = Modifier.padding(vertical = 16.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
item { BodySmallText(text = createOptionInfo.footerDescription) }
|
item {
|
||||||
|
Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
|
||||||
|
BodySmallText(text = createOptionInfo.footerDescription)
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onLog(CreateCredentialEvent.CREDMAN_CREATE_CRED_CREATION_OPTION_SELECTION)
|
onLog(CreateCredentialEvent.CREDMAN_CREATE_CRED_CREATION_OPTION_SELECTION)
|
||||||
|
|||||||
Reference in New Issue
Block a user