Правка чата

This commit is contained in:
Халимов Рустам
2026-04-14 11:31:20 +03:00
parent d8b0d86534
commit 3310a3c4a4
18 changed files with 665 additions and 104 deletions
@@ -25,7 +25,7 @@ private val DarkColors = darkColorScheme(
onSurfaceVariant = OnSurfaceVariant
)
val SoftSquareShape = RoundedCornerShape(24.dp) // "Мягкий квадрат"
val SoftSquareShape = RoundedCornerShape(14.dp) // "Мягкий квадрат" как в вэб
@Composable
fun ForkMessengerTheme(content: @Composable () -> Unit) {