change colors in thumb contextmenu

This commit is contained in:
Rick Companje 2021-06-06 20:42:16 +02:00
parent 800fe411f4
commit 4a1e69b6f6
1 changed files with 4 additions and 4 deletions

View File

@ -82,16 +82,16 @@ const styles = {
}
},
open: {
backgroundColor: 'lightblue'
backgroundColor: '#9fcaea'
},
remove: {
backgroundColor: 'red'
backgroundColor: '#e392b0'
},
cancel: {
backgroundColor: 'lightgreen'
backgroundColor: '#a5c88e'
},
download: {
backgroundColor: 'gold'
backgroundColor: '#ebe994'
},
active: {
transform: 'translateY(0)'