Loading packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ fun CreationSelectionCard( if (!footerDescription.isNullOrBlank()) { item { Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) { BodySmallText(text = footerDescription) BodyMediumText(text = footerDescription) } } item { Divider(thickness = 24.dp, color = Color.Transparent) } Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ fun CreationSelectionCard( if (!footerDescription.isNullOrBlank()) { item { Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) { BodySmallText(text = footerDescription) BodyMediumText(text = footerDescription) } } item { Divider(thickness = 24.dp, color = Color.Transparent) } Loading