feat(pixel-perfecting): match theme colors with Adobe XD

This commit is contained in:
eliabejr 2019-01-15 23:02:04 -03:00
parent 919b5d913f
commit f7aca59ad0
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ import { normalize } from 'polished'; // eslint-disable-line
import { DARK } from './constants/themes';
const darkOne = '#7B00DD';
const darkOne = '#F4B728';
const lightOne = '#ffffff';
const brandOne = '#000';
const brandTwo = '#3B3B3F';
const activeItem = '#F5CB00';
const activeItem = '#F4B728';
const text = '#FFF';
const cardBackgroundColor = '#000';
const sidebarLogoGradientBegin = '#F4B728';