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

19 lines
471 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
colorScheme: {
light: {
indicator: {
background: '{surface.200}',
hoverBackground: '{surface.300}',
activeBackground: '{primary.color}'
}
},
dark: {
indicator: {
background: '{surface.700}',
hoverBackground: '{surface.600}',
activeBackground: '{primary.color}'
}
}
}
};