Фикс кривой иконки на экране групп
All checks were successful
Android Kernel Build / build (push) Successful in 16h10m37s

This commit is contained in:
2026-03-04 17:13:33 +05:00
parent 9e5e81d5e5
commit eccaf018cf

View File

@@ -611,9 +611,10 @@ fun GroupSetupScreen(
)
} else {
Icon(
painter = TelegramIcons.AddPhoto,
painter = TelegramIcons.Photos,
contentDescription = null,
tint = accentColor
tint = accentColor,
modifier = Modifier.size(24.dp)
)
}
}