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