From 3bef589274f5427035a7eea347d2a406e87f6fb4 Mon Sep 17 00:00:00 2001 From: k1ngsterr1 Date: Wed, 8 Apr 2026 22:19:34 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81:=20=D0=A1=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D1=81=D1=82=D0=B0=20=D0=BD=D0=B0=20=D0=B1=D0=B5=D0=BB=D1=8B?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/rosetta/messenger/ui/qr/MyQrCodeScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/rosetta/messenger/ui/qr/MyQrCodeScreen.kt b/app/src/main/java/com/rosetta/messenger/ui/qr/MyQrCodeScreen.kt index 9bc4485..2517118 100644 --- a/app/src/main/java/com/rosetta/messenger/ui/qr/MyQrCodeScreen.kt +++ b/app/src/main/java/com/rosetta/messenger/ui/qr/MyQrCodeScreen.kt @@ -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))