No need to add severity to SplitButton root as they are added to internal buttons

This commit is contained in:
Cagatay Civici 2024-01-20 00:29:21 +03:00
parent c15c1c6c74
commit 24038ad466

View file

@ -41,7 +41,6 @@ const classes = {
root: ({ props }) => [
'p-splitbutton p-component',
{
[`p-button-${props.severity}`]: props.severity,
'p-button-raised': props.raised,
'p-button-rounded': props.rounded,
'p-button-text': props.text,