hotfix: add opacity in selectButtonShadow color

This commit is contained in:
George Lima 2018-12-20 14:13:52 -03:00
parent e8340482e9
commit b7df0fa86a
1 changed files with 1 additions and 1 deletions

View File

@ -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,