Bixby Developer Center

References

action-fg-color

optionalvalue required

Foreground color of the action button during a confirmation prompt in mode (Transactional).

Example

// resources/en/capsule-info.bxb
capsule-info {
...
action-bg-color (#800080) // purple
action-fg-color (#00ff00) // green
...
}

This creates an action button that is purple with green text:

Action button