fix(theme): primary color

This commit is contained in:
George Lima 2019-01-12 14:53:42 -03:00
parent 45fcb6245d
commit 36ff98fb64
1 changed files with 1 additions and 1 deletions

View File

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