Skip to content

Commit

Permalink
Fix #6824: Update ToastMessage severity options (#6832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w committed Jul 4, 2024
1 parent b3540b5 commit 4359218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/toast/toast.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export interface ToastMessage {
/**
* Severity of the message.
*/
severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
severity?: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast' | undefined;
/**
* Summary content of the message.
*/
Expand Down

0 comments on commit 4359218

Please sign in to comment.