Фикс: Смен цвета текста на белый

This commit is contained in:
2026-04-08 22:19:34 +05:00
parent 7f79e4e0be
commit 3bef589274

View File

@@ -406,7 +406,7 @@ fun MyQrCodeScreen(
colors = ButtonDefaults.buttonColors(containerColor = Color(0xFF3390EC)), colors = ButtonDefaults.buttonColors(containerColor = Color(0xFF3390EC)),
shape = RoundedCornerShape(12.dp) shape = RoundedCornerShape(12.dp)
) { ) {
Text("Share", fontSize = 16.sp, fontWeight = FontWeight.SemiBold) Text("Share", fontSize = 16.sp, fontWeight = FontWeight.SemiBold, color = Color.White)
} }
Spacer(modifier = Modifier.height(12.dp)) Spacer(modifier = Modifier.height(12.dp))