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

11 lines
189 B
JavaScript
Raw Normal View History

2024-05-13 11:17:01 +00:00
export default {
colorScheme: {
light: {
background: 'rgba(0,0,0,0.5)'
},
dark: {
background: 'rgba(255,255,255,0.5)'
}
}
};