mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
21 lines
596 B
JavaScript
21 lines
596 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.background}',
|
|
color: '{content.color}'
|
|
},
|
|
node: {
|
|
hoverBackground: '{content.hover.background}',
|
|
color: '{text.color}',
|
|
hoverColor: '{text.hover.color}'
|
|
},
|
|
nodeIcon: {
|
|
color: '{text.muted.color}',
|
|
hoverColor: '{text.hover.muted.color}'
|
|
},
|
|
nodeToggleButton: {
|
|
hoverBackground: '{content.hover.background}',
|
|
highlightHoverBackground: '{content.background}',
|
|
color: '{text.muted.color}',
|
|
hoverColor: '{text.hover.muted.color}'
|
|
}
|
|
};
|