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

Commit 0fd89645 authored by Helen Qin's avatar Helen Qin
Browse files

[CredManUI] Style fix: Left arrow size

The button size was 40dp, increase it to 48dp to meet the accessibility
requirement.

Bug: 271167683
Test: manual (see bug for screenshot)
Change-Id: Ic8e0ffc7f4ed54a7b045244678686f4eb2aef964
parent e56fc10a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ fun MoreOptionTopAppBar(
        },
        navigationIcon = {
            IconButton(
                modifier = Modifier.padding(top = 8.dp, bottom = 8.dp, start = 4.dp),
                modifier = Modifier.padding(top = 8.dp, bottom = 8.dp, start = 4.dp).size(48.dp),
                onClick = onNavigationIconClicked
            ) {
                Box(