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

Commit 6f460319 authored by shirleyqian's avatar shirleyqian
Browse files

Fix the gap between icon and its border.

Bug: 429203607
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: I1a243f7abe998aeb42578e8cf043c8325a1da144
parent 4a72efd2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -360,7 +360,6 @@ private fun Icon(action: ActionViewModel, backgroundColor: Color, modifier: Modi
                            )
                    }
                )
                .padding(1.dp)
                .clip(CircleShape)
                .background(backgroundColor),
    )