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

15 lines
253 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
colorScheme: {
light: {
bar: {
background: '{surface.100}'
}
},
dark: {
bar: {
background: '{surface.800}'
}
}
}
};