Skip to content

Commit

Permalink
Merge branch 'incorrect-report-a-problem-dialog-text-color-droid-510'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 17, 2023
2 parents abb5d4b + fd0394c commit 615a6e4
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 615a6e4

Please sign in to comment.