ionic-team / ionic-team/capacitor-plugins
Changing the color of buttons in the dialog box
Open
platform: android
platform: ios
plugin: dialog
type: feature request
- Dominant language
- Java
- Stars
- 678
- Forks
- 685
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 3
Description
```
var Confirm = await Dialog.confirm({
title: "Do you want to log out of your account?",
message: "You can log in again using your email and password",
okButtonTitle: "Exit",
cancelButtonTitle: "Cancel",
});
```
Hello.
How can I change the color of the exit button to red?
Contributor guide
Assessment
This issue has not been assessed yet.