mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
21 lines
573 B
JavaScript
21 lines
573 B
JavaScript
export default {
|
|
separator: {
|
|
background: '{content.border.color}',
|
|
activeBackground: '{primary.color}'
|
|
},
|
|
itemTitle: {
|
|
color: '{text.color}',
|
|
activeColor: '{primary.color}'
|
|
},
|
|
itemNumber: {
|
|
background: '{content.background}',
|
|
activeBackground: '{content.background}',
|
|
borderColor: '{content.border.color}',
|
|
color: '{text.muted.color}',
|
|
activeColor: '{primary.color}'
|
|
},
|
|
panelContent: {
|
|
background: '{content.background}',
|
|
color: '{content.color}'
|
|
}
|
|
};
|