hotfix: move theme colors to vars

This commit is contained in:
George Lima 2018-12-10 17:50:31 -03:00
parent 51893c2571
commit 9f3201ddd4
1 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ const lightOne = '#ffffff';
const brandOne = '#624cda'; const brandOne = '#624cda';
const brandTwo = '#a6ede2'; const brandTwo = '#a6ede2';
const activeItem = '#F5CB00'; const activeItem = '#F5CB00';
const text = '#FFF';
const cardBackgroundColor = '#000';
const appTheme = { const appTheme = {
mode: DARK, mode: DARK,
@ -28,8 +30,8 @@ const appTheme = {
sidebarBg: brandOne, sidebarBg: brandOne,
sidebarItem: brandTwo, sidebarItem: brandTwo,
sidebarItemActive: lightOne, sidebarItemActive: lightOne,
cardBackgroundColor: '#000', cardBackgroundColor,
text: '#FFF', text,
activeItem, activeItem,
}, },
size: { size: {