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

Commit cf1efaca authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix double black background

The inner part of the button had a solid black background when it should
have been transparent instead.

Test: atest NavBarPillScreenshotTest
Bug: 418032398
Flag: com.android.systemui.enable_underlay
Change-Id: Id3114c735d5000df0e1ba599a980028addab6fdc
parent 1b5ab2f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,9 +228,9 @@ fun NavBarPill(
                iconResource = R.drawable.ic_close_white_rounded,
                colors =
                    IconButtonColors(
                        containerColor = backgroundColor,
                        containerColor = Color.Transparent,
                        contentColor = outlineColor,
                        disabledContainerColor = backgroundColor,
                        disabledContainerColor = Color.Transparent,
                        disabledContentColor = outlineColor,
                    ),
                contentDescription =