Skip to content

Commit

Permalink
Fix report problem on email dialog text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun authored and albin-mullvad committed Nov 17, 2023
1 parent abb5d4b commit fd0394c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ fun ReportProblemNoEmailDialog(onDismiss: () -> Unit, onConfirm: () -> Unit) {
Text(
text = stringResource(id = R.string.confirm_no_email),
modifier = Modifier.fillMaxWidth(),
style = MaterialTheme.typography.bodySmall
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onBackground
)
},
dismissButton = {
Expand Down

0 comments on commit fd0394c

Please sign in to comment.