mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
No need to add severity to SplitButton root as they are added to internal buttons
This commit is contained in:
parent
c15c1c6c74
commit
24038ad466
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue