[CredManUi] Fix the back arrow size to 24dp.
Bug: 271167683 Test: manual (see bug for screenshot) Change-Id: I751588f2fcc85ba65fd1d5bb430412cd412b236d
This commit is contained in:
@@ -322,7 +322,7 @@ fun MoreOptionTopAppBar(
|
||||
contentDescription = stringResource(
|
||||
R.string.accessibility_back_arrow_button
|
||||
),
|
||||
modifier = Modifier.size(16.dp),
|
||||
modifier = Modifier.size(24.dp),
|
||||
tint = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user