Add dialogTextColor
in OpenDeviceSettingsDialog
This commit is contained in:
parent
967f731654
commit
a68b3ff811
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ fun OpenDeviceSettingsAlertDialog(
|
|||
Text(
|
||||
fontSize = 16.sp,
|
||||
text = message,
|
||||
color = dialogTextColor
|
||||
)
|
||||
},
|
||||
dismissButton = {
|
||||
|
|
Loading…
Reference in a new issue