mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
add forms colors
This commit is contained in:
parent
bc5d974594
commit
224f13998e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user