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

15 lines
265 B
JavaScript

export default {
colorScheme: {
light: {
root: {
background: 'rgba(0,0,0,0.1)'
}
},
dark: {
root: {
background: 'rgba(255,255,255,0.4)'
}
}
}
};