Refactored tokens of panel components

This commit is contained in:
Cagatay Civici 2024-05-04 14:47:06 +03:00
parent 3e0c68734f
commit 4bdc38e892
17 changed files with 190 additions and 326 deletions

View file

@ -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 {