Fix backup type dark mode.

This commit is contained in:
Clark Chen
2024-06-10 15:14:11 -04:00
committed by Greyson Parrelli
parent 45a739ce92
commit 98766b9ebb

View File

@@ -118,7 +118,7 @@ fun MessageBackupsTypeSelectionScreen(
ClickableText(
text = readMoreString,
style = MaterialTheme.typography.bodyLarge.copy(textAlign = TextAlign.Center),
style = MaterialTheme.typography.bodyLarge.copy(textAlign = TextAlign.Center, color = MaterialTheme.colorScheme.onSurface),
onClick = { offset ->
readMoreString
.getStringAnnotations(tag = "URL", start = offset, end = offset)