primevue-mirror/components/lib/themes/lara/scrollpanel/index.js
2024-05-05 21:35:38 +01:00

14 lines
253 B
JavaScript

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