Фикс: Смен цвета текста на белый
This commit is contained in:
@@ -406,7 +406,7 @@ fun MyQrCodeScreen(
|
||||
colors = ButtonDefaults.buttonColors(containerColor = Color(0xFF3390EC)),
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user