hotfix: update sidebar colors

This commit is contained in:
George Lima 2018-12-11 20:41:08 -03:00
parent 9100665042
commit 13fd3c3f55
1 changed files with 7 additions and 3 deletions

View File

@ -9,11 +9,13 @@ import { DARK } from './constants/themes';
const darkOne = '#7B00DD';
const lightOne = '#ffffff';
const brandOne = '#624cda';
const brandTwo = '#a6ede2';
const brandOne = '#000';
const brandTwo = '#3B3B3F';
const activeItem = '#F5CB00';
const text = '#FFF';
const cardBackgroundColor = '#000';
const sidebarLogoGradientBegin = '#F4B728';
const sidebarLogoGradientEnd = '#FFE240';
const appTheme = {
mode: DARK,
@ -29,10 +31,12 @@ const appTheme = {
}),
sidebarBg: brandOne,
sidebarItem: brandTwo,
sidebarItemActive: lightOne,
sidebarItemActive: activeItem,
cardBackgroundColor,
text,
activeItem,
sidebarLogoGradientBegin,
sidebarLogoGradientEnd,
},
size: {
title: 18,