diff --git a/src/js/components/Thumb.js b/src/js/components/Thumb.js index 09b8b44..c5de710 100644 --- a/src/js/components/Thumb.js +++ b/src/js/components/Thumb.js @@ -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)'