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

Commit c704177d authored by Danny Burakov's avatar Danny Burakov Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fix the SIM card color in Light Theme." into main

parents 693d3eee ee7c900a
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),
            )
        }
    }