Skip to content

Commit

Permalink
chore: add DANGER ButtonStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Apr 4, 2024
1 parent 326fec3 commit 780f64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ export enum ButtonStyle {
SUCCESS = 3,
/** A red button. */
DESTRUCTIVE = 4,
/** A red button. */
DANGER = 4,
/** A gray button with a link icon. */
LINK = 5
}
Expand Down

0 comments on commit 780f64a

Please sign in to comment.