Tokens for Ripple

This commit is contained in:
Cagatay Civici 2024-05-13 14:17:01 +03:00
parent 2bbc5cc232
commit 51df79c306
13 changed files with 105 additions and 147 deletions

View file

@ -0,0 +1,10 @@
export default {
colorScheme: {
light: {
background: 'rgba(0,0,0,0.5)'
},
dark: {
background: 'rgba(255,255,255,0.5)'
}
}
};