mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-22 21:47:58 +01:00
change colors in thumb contextmenu
This commit is contained in:
parent
800fe411f4
commit
4a1e69b6f6
@ -82,16 +82,16 @@ const styles = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
open: {
|
open: {
|
||||||
backgroundColor: 'lightblue'
|
backgroundColor: '#9fcaea'
|
||||||
},
|
},
|
||||||
remove: {
|
remove: {
|
||||||
backgroundColor: 'red'
|
backgroundColor: '#e392b0'
|
||||||
},
|
},
|
||||||
cancel: {
|
cancel: {
|
||||||
backgroundColor: 'lightgreen'
|
backgroundColor: '#a5c88e'
|
||||||
},
|
},
|
||||||
download: {
|
download: {
|
||||||
backgroundColor: 'gold'
|
backgroundColor: '#ebe994'
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
transform: 'translateY(0)'
|
transform: 'translateY(0)'
|
||||||
|
Loading…
Reference in New Issue
Block a user