Merge "[CredManUi] Fix the back arrow size to 24dp." into udc-dev

This commit is contained in:
Helen Qin
2023-03-06 04:45:11 +00:00
committed by Android (Google) Code Review

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