manager: fixed kernelsu-next icon to be material 3 compliant

This commit is contained in:
Rifat Azad
2024-12-20 00:44:15 +06:00
parent 1b6f041b6c
commit 80440e86cb
24 changed files with 2 additions and 54 deletions
@@ -72,7 +72,7 @@ private fun AboutCardContent() {
shape = CircleShape
) {
Image(
painter = painterResource(id = R.drawable.ic_launcher_foreground),
painter = painterResource(id = R.mipmap.ic_launcher_foreground),
contentDescription = "icon",
modifier = Modifier.scale(1.2f)
)