From dd4ff196c8f6d78ed8ad1c7a840d13edcced5ded Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 13 Dec 2018 14:18:40 -0300 Subject: [PATCH] feature: add transactionsDate color --- app/theme.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/theme.js b/app/theme.js index bfd72ab..dc9dcd8 100644 --- a/app/theme.js +++ b/app/theme.js @@ -21,6 +21,7 @@ const sidebarHoveredItemLabel = '#969696'; const background = '#212124'; const transactionSent = '#FF6C6C'; const transactionReceived = '#6AEAC0'; +const transactionsDate = '#777777'; const appTheme = { mode: DARK, @@ -57,6 +58,7 @@ const appTheme = { background, transactionSent, transactionReceived, + transactionsDate, }, sidebarWidth: '200px', headerHeight: '60px',