mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactored tokens of panel components
This commit is contained in:
parent
3e0c68734f
commit
4bdc38e892
17 changed files with 190 additions and 326 deletions
|
@ -4,7 +4,7 @@ const theme = ({ dt }) => `
|
|||
.p-accordionpanel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-bottom: 1px solid ${dt('accordion.content.border.color')};
|
||||
border-bottom: 1px solid ${dt('accordion.panel.border.color')};
|
||||
}
|
||||
|
||||
.p-accordionpanel:last-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue