manager: improved app icon

website: KernelSU Next home added
This commit is contained in:
Rifat Azad
2024-12-25 04:45:46 +06:00
parent 9fa020f28a
commit 5160dca539
29 changed files with 211 additions and 18 deletions
@@ -74,7 +74,7 @@ private fun AboutCardContent() {
Image(
painter = painterResource(id = R.mipmap.ic_launcher_foreground),
contentDescription = "icon",
modifier = Modifier.scale(1.2f)
modifier = Modifier.scale(1.5f)
)
}