Add and use grey-lighter

This commit is contained in:
Oliver Davies 2018-12-06 08:14:19 +00:00
parent 28368e9dbc
commit afa5dfdb86
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ let colors = {
'grey-dark': '#8795a1',
'grey': '#b8c2cc',
'grey-light': '#dae1e7',
'grey-lighter': '#f0f0f0',
'grey-lightest': '#F6F6F2',
'white': '#ffffff',