Restore missing colors

This commit is contained in:
Tom Moor 2018-06-10 09:56:08 -07:00
parent 434129a434
commit 19c5cafa51
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ const theme = {
link: '#1AB6FF',
primary: '#1AB6FF',
placeholder: '#b1becc',
danger: '#D0021B',
warning: '#f08a24',
success: '#1AB6FF',
info: '#a0d3e8',
slate: '#9BA6B2',
slateLight: '#DAE1E9',