add forms colors

This commit is contained in:
Sérgio Ramos 2017-01-16 19:42:12 +00:00
parent bc5d974594
commit 224f13998e

View File

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