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

11 lines
189 B
JavaScript
Raw Normal View History

2024-05-13 14:15:43 +00:00
export default {
colorScheme: {
light: {
2024-05-15 10:05:13 +00:00
background: 'rgba(0,0,0,0.1)'
2024-05-13 14:15:43 +00:00
},
dark: {
2024-05-15 10:05:13 +00:00
background: 'rgba(255,255,255,0.4)'
2024-05-13 14:15:43 +00:00
}
}
};