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 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: {