mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-22 05:27:57 +01:00
change colors in thumb contextmenu
This commit is contained in:
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)'
|
||||
|
Loading…
Reference in New Issue
Block a user