From 9f3201ddd43997c42e9f9bfe668076b2c7fbc033 Mon Sep 17 00:00:00 2001 From: George Lima Date: Mon, 10 Dec 2018 17:50:31 -0300 Subject: [PATCH] hotfix: move theme colors to vars --- app/theme.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/theme.js b/app/theme.js index 1e0e79e..2fa6394 100644 --- a/app/theme.js +++ b/app/theme.js @@ -12,6 +12,8 @@ const lightOne = '#ffffff'; const brandOne = '#624cda'; const brandTwo = '#a6ede2'; const activeItem = '#F5CB00'; +const text = '#FFF'; +const cardBackgroundColor = '#000'; const appTheme = { mode: DARK, @@ -28,8 +30,8 @@ const appTheme = { sidebarBg: brandOne, sidebarItem: brandTwo, sidebarItemActive: lightOne, - cardBackgroundColor: '#000', - text: '#FFF', + cardBackgroundColor, + text, activeItem, }, size: {