ionic-team / ionic-team/capacitor-plugins

Changing the color of buttons in the dialog box

Open
#1,278 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.