feat(send-view-additional-options): add new color on theme

This commit is contained in:
eliabejr 2019-01-21 15:47:57 -03:00
parent dfb037a1d2
commit 4eab82f4b7
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import { normalize } from 'polished'; // eslint-disable-line
import { DARK } from './constants/themes'; import { DARK } from './constants/themes';
const darkOne = '#F4B728'; const darkOne = '#F4B728';
const blackTwo = '#171717';
const lightOne = '#ffffff'; const lightOne = '#ffffff';
const brandOne = '#000'; const brandOne = '#000';
const brandTwo = '#3B3B3F'; const brandTwo = '#3B3B3F';
@ -70,6 +71,7 @@ const appTheme = {
selectButtonShadow, selectButtonShadow,
transactionsDetailsLabel, transactionsDetailsLabel,
statusPillLabel, statusPillLabel,
blackTwo,
}, },
sidebarWidth: '180px', sidebarWidth: '180px',
headerHeight: '60px', headerHeight: '60px',