mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update ripple colors
This commit is contained in:
parent
7edc4b5fef
commit
9927e1b4c3
5 changed files with 10 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
background: 'rgba(0,0,0,0.5)'
|
||||
background: 'rgba(0,0,0,0.1)'
|
||||
},
|
||||
dark: {
|
||||
background: 'rgba(255,255,255,0.5)'
|
||||
background: 'rgba(255,255,255,0.3)'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue