Update ripple colors

This commit is contained in:
Cagatay Civici 2024-05-15 13:05:13 +03:00
parent 7edc4b5fef
commit 9927e1b4c3
5 changed files with 10 additions and 9 deletions

View file

@ -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)'
}
}
};