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

pull/4972/head
Cagatay Civici 2024-01-20 00:29:21 +03:00
parent c15c1c6c74
commit 24038ad466
1 changed files with 0 additions and 1 deletions

View File

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