feature: add background color

This commit is contained in:
George Lima 2018-12-11 21:34:38 -03:00
parent a39dd135f6
commit 9522f9d245
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ const text = '#FFF';
const cardBackgroundColor = '#000';
const sidebarLogoGradientBegin = '#F4B728';
const sidebarLogoGradientEnd = '#FFE240';
const background = '#212124';
const appTheme = {
mode: DARK,
@ -37,6 +38,7 @@ const appTheme = {
activeItem,
sidebarLogoGradientBegin,
sidebarLogoGradientEnd,
background,
},
size: {
title: 18,