Fix text color on QR Activity

This commit is contained in:
Andrew 2024-06-25 21:36:24 +09:30
parent 49127d5fcb
commit fa705e9e78

View File

@ -106,6 +106,7 @@ fun QrPage(string: String) {
Text( Text(
text = stringResource(R.string.this_is_your_account_id_other_users_can_scan_it_to_start_a_conversation_with_you), 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, textAlign = TextAlign.Center,
style = small style = small
) )