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

Commit ee7c900a authored by burakov's avatar burakov
Browse files

[flexiglass] Fix the SIM card color in Light Theme.

Fix: 435179816
Test: Manually tested by opening the SIM PIN bouncer on both Dark and
 Light themes.
Flag: com.android.systemui.scene_container
Change-Id: If8205591317efe2e46ba4ac6d3797fbaf603b9a5
parent e98375b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ private fun SimArea(viewModel: PinBouncerViewModel) {
            Image(
                painter = painterResource(id = R.drawable.ic_lockscreen_sim),
                contentDescription = null,
                colorFilter = ColorFilter.tint(colorResource(id = R.color.background_protected)),
                colorFilter = ColorFilter.tint(MaterialTheme.colorScheme.onSurface),
            )
        }
    }