Skip to content

Commit

Permalink
fix(accordioncontent): ensure background-color is declared properly (
Browse files Browse the repository at this point in the history
…#6032)

* fix for #5997

This is a fix for #5997

* Update packages/primevue/src/accordion/style/AccordionStyle.js
  • Loading branch information
eneeio-nm authored Jul 9, 2024
1 parent 0c16851 commit cfe2b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/accordion/style/AccordionStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const theme = ({ dt }) => `
border-style: solid;
border-width: ${dt('accordion.content.border.width')};
border-color: ${dt('accordion.content.border.color')};
background: color: ${dt('accordion.content.background')};
background-color: ${dt('accordion.content.background')};
color: ${dt('accordion.content.color')};
padding: ${dt('accordion.content.padding')}
}
Expand Down

0 comments on commit cfe2b0c

Please sign in to comment.