From 4a1e69b6f6f6a452ffc69fd81f032fcdfc6ec7d4 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Sun, 6 Jun 2021 20:42:16 +0200 Subject: [PATCH] change colors in thumb contextmenu --- src/js/components/Thumb.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)'