[CredManUi] Update the provider confimation dialog padding
Space between the icon and bottom sheet title should be 16.dp while its currently 24.dp. Bug: 271340033 Test: manual (see bug for screenshots) Change-Id: I8f7f26f5938c54f8b0430e754b401eda8360d64b
This commit is contained in:
@@ -435,7 +435,7 @@ fun MoreOptionsRowIntroCard(
|
||||
}
|
||||
SheetContainerCard {
|
||||
item { HeadlineIcon(imageVector = Icons.Outlined.NewReleases) }
|
||||
item { Divider(thickness = 24.dp, color = Color.Transparent) }
|
||||
item { Divider(thickness = 16.dp, color = Color.Transparent) }
|
||||
item {
|
||||
HeadlineText(
|
||||
text = stringResource(
|
||||
|
||||
Reference in New Issue
Block a user