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

@ -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',