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

15 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}'
}
};