feature: add transactionsDate color

This commit is contained in:
George Lima 2018-12-13 14:18:40 -03:00
parent 5d6a0c23bf
commit dd4ff196c8
1 changed files with 2 additions and 0 deletions

View File

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