Fix typo in color scheme

This commit is contained in:
Kris 2018-07-25 15:12:01 -04:00
parent 06663f69f0
commit 3fd2571abc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class ColorScheme < ActiveRecord::Base
},
# By @mikechristopher
'Latte': {
"primary" => 'f2e507',
"primary" => 'f2e5d7',
"secondary" => '262322',
"tertiary" => 'f7f2ed',
"quaternary" => 'd7c9aa',