From fa705e9e78ec2d524b063f360adc802291ac8109 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 25 Jun 2024 21:36:24 +0930 Subject: [PATCH] Fix text color on QR Activity --- .../org/thoughtcrime/securesms/preferences/QRCodeActivity.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/thoughtcrime/securesms/preferences/QRCodeActivity.kt b/app/src/main/java/org/thoughtcrime/securesms/preferences/QRCodeActivity.kt index f3cd947569..6d34fabe6c 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/preferences/QRCodeActivity.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/preferences/QRCodeActivity.kt @@ -106,6 +106,7 @@ fun QrPage(string: String) { Text( text = stringResource(R.string.this_is_your_account_id_other_users_can_scan_it_to_start_a_conversation_with_you), + color = LocalColors.current.textSecondary, textAlign = TextAlign.Center, style = small )