1
0
Fork 0
mirror of https://github.com/primefaces/primevue.git synced 2025-05-09 17:02:38 +00:00
primevue-mirror/components/lib/themes/aura/tree/index.js
2024-05-05 00:57:50 +03:00

24 lines
652 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}'
},
filterIcon: {
color: '{surface.400}'
}
};