Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeba6853 authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

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

parents b66d21c0 dba1f91a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
                    )
                }