You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: fixed kernelsu-next icon to be material 3 compliant
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user