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

15 lines
346 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
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}'
}
};