Fixed #5198 - Contrast variant for SplitButton

This commit is contained in:
Cagatay Civici 2024-02-03 11:04:10 +03:00
parent 30c20d4e8a
commit d5ebbe6529
7 changed files with 20 additions and 4 deletions

View file

@ -171,7 +171,7 @@ export interface SplitButtonProps {
/**
* Defines the style of the button.
*/
severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | string | undefined;
severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | 'contrast' | string | undefined;
/**
* Add a shadow to indicate elevation.
* @defaultValue false