add forms colors

This commit is contained in:
Sérgio Ramos 2017-01-16 19:42:12 +00:00
parent bc5d974594
commit 224f13998e
1 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,11 @@ const notifications = {
warningLight: '#FFFAED',
};
const forms = {
inputError: '#DA4B42',
inputWarning: '#E4A700'
};
const metrics = {
miniBackground: '#F3F4F9',
seperator: '#D9DEF3'
@ -58,7 +63,8 @@ const colors = {
...notifications,
...metrics,
...topology,
fonts,
...forms,
fonts
};
module.exports = colors;