primevue-mirror/components/lib/themes/aura/paginator/index.js

15 lines
346 B
JavaScript
Raw Normal View History

export default {
2024-05-04 21:57:50 +00:00
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}'
}
};