mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
13 lines
295 B
JavaScript
13 lines
295 B
JavaScript
export default {
|
|
root: {
|
|
background: '{container.background}'
|
|
},
|
|
item: {
|
|
color: '{text.muted.color}',
|
|
hoverColor: '{text.color}',
|
|
iconColor: '{navigation.item.icon.color}'
|
|
},
|
|
separator: {
|
|
color: '{navigation.item.icon.color}'
|
|
}
|
|
};
|