From b7df0fa86a9d0fc2a7a89cec62314db20cdeea3d Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 20 Dec 2018 14:13:52 -0300 Subject: [PATCH] hotfix: add opacity in selectButtonShadow color --- app/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/theme.js b/app/theme.js index c59bc51..170b240 100644 --- a/app/theme.js +++ b/app/theme.js @@ -23,7 +23,7 @@ const transactionSent = '#FF6C6C'; const transactionReceived = '#6AEAC0'; const transactionsDate = '#777777'; const transactionsItemHovered = '#222222'; -const selectButtonShadow = '#EEC94C'; +const selectButtonShadow = 'rgba(238,201,76,0.65)'; const appTheme = { mode: DARK,