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

15 lines
253 B
JavaScript

export default {
colorScheme: {
light: {
bar: {
background: '{surface.100}'
}
},
dark: {
bar: {
background: '{surface.800}'
}
}
}
};