Skip to content

Commit

Permalink
Add the "preferred" AlertButtonStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Nov 4, 2021
1 parent a364500 commit 9082b4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,12 @@ An iOS Alert button style.
**Constants:**
| Value | Description |
| --------------- | ------------------------- |
| `'default'` | Default button style. |
| `'cancel'` | Cancel button style. |
| `'destructive'` | Destructive button style. |
| Value | Description |
| --------------- | -------------------------------------------------------------------------- |
| `'default'` | Default button style. |
| `'cancel'` | Cancel button style. |
| `'destructive'` | Destructive button style. |
| `'preferred'` | Preffered button style. Will receive highlighting over any cancel buttons. |
---
Expand Down

0 comments on commit 9082b4c

Please sign in to comment.