mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5198 - Contrast variant for SplitButton
This commit is contained in:
parent
30c20d4e8a
commit
d5ebbe6529
7 changed files with 20 additions and 4 deletions
|
@ -63,7 +63,7 @@ const SplitButtonProps = [
|
|||
name: 'severity',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger".'
|
||||
description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger", "contrast".'
|
||||
},
|
||||
{
|
||||
name: 'raised',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue