Feature/colors (#5)

* fix color variables

* rename link var to type
This commit is contained in:
August Skare
2018-10-23 12:34:35 +01:00
committed by GitHub
parent e624759bc7
commit a4de585feb
6 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ export default {
colors: {
main: '#1EADCD',
secondary: '#D1F4FC',
link: '#D1F4FC',
type: '#30C3E3',
},
};