From 4eab82f4b7296e6a6246a98d125029fe73d5dab2 Mon Sep 17 00:00:00 2001 From: eliabejr Date: Mon, 21 Jan 2019 15:47:57 -0300 Subject: [PATCH] feat(send-view-additional-options): add new color on theme --- app/theme.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/theme.js b/app/theme.js index 867aa8e..66abfff 100644 --- a/app/theme.js +++ b/app/theme.js @@ -8,6 +8,7 @@ import { normalize } from 'polished'; // eslint-disable-line import { DARK } from './constants/themes'; const darkOne = '#F4B728'; +const blackTwo = '#171717'; const lightOne = '#ffffff'; const brandOne = '#000'; const brandTwo = '#3B3B3F'; @@ -70,6 +71,7 @@ const appTheme = { selectButtonShadow, transactionsDetailsLabel, statusPillLabel, + blackTwo, }, sidebarWidth: '180px', headerHeight: '60px',