mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
14 lines
346 B
JavaScript
14 lines
346 B
JavaScript
export default {
|
|
root: {
|
|
background: '{content.background}',
|
|
color: '{content.color}'
|
|
},
|
|
navButton: {
|
|
hoverBackground: '{content.hover.background}',
|
|
color: '{text.muted.color}',
|
|
hoverColor: '{text.hover.muted.color}'
|
|
},
|
|
currentPageReport: {
|
|
color: '{text.muted.color}'
|
|
}
|
|
};
|