[CredManUi] Fix the back arrow size to 24dp.

Bug: 271167683
Test: manual (see bug for screenshot)
Change-Id: I751588f2fcc85ba65fd1d5bb430412cd412b236d
This commit is contained in:
Helen Qin
2023-03-05 20:45:15 +00:00
parent 279661f072
commit dba1f91aca

View File

@@ -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,
)
}