0
0
mirror of https://github.com/Doodle3D/Doodle3D-Transform.git synced 2025-05-20 20:04:29 +02:00

change colors in thumb contextmenu

This commit is contained in:
Rick Companje 2021-06-06 20:42:16 +02:00
parent 800fe411f4
commit 4a1e69b6f6

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