Configuration for the dialogs/alerts OK button style.

interface DialogButtonStyle {
    backgroundColor: string;
    font: Font;
    highlightedBackgroundColor: string;
    highlightedTextColor: string;
    textColor: string;
}

Properties

backgroundColor: string

The background color of the button while not pressed.

font: Font

The font of the button title.

highlightedBackgroundColor: string

The background color of the button while pressed.

highlightedTextColor: string

The color of the buttons title while pressed.

textColor: string

The color of the buttons title while not pressed.