mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Fix text color on QR Activity
This commit is contained in:
parent
49127d5fcb
commit
fa705e9e78
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user