No need to add severity to SplitButton root as they are added to internal buttons
parent
c15c1c6c74
commit
24038ad466
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue