mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Tokens for Ripple
This commit is contained in:
parent
2bbc5cc232
commit
51df79c306
13 changed files with 105 additions and 147 deletions
10
components/lib/themes/lara/ripple/index.js
Normal file
10
components/lib/themes/lara/ripple/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
background: 'rgba(0,0,0,0.5)'
|
||||
},
|
||||
dark: {
|
||||
background: 'rgba(255,255,255,0.5)'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue