style: add colors
This commit is contained in:
@@ -35,6 +35,18 @@ export default [
|
||||
{
|
||||
label: 'Acier',
|
||||
value: '#566274'
|
||||
},
|
||||
{
|
||||
label: 'Vert Brasil',
|
||||
value: '#009c3b'
|
||||
},
|
||||
{
|
||||
label: 'Jaune Brasil',
|
||||
value: '#ffdf00'
|
||||
},
|
||||
{
|
||||
label: 'Rouge sombre pastel',
|
||||
value: '#c03b22'
|
||||
}
|
||||
].map(
|
||||
(color: IColor): IColor => ({
|
||||
|
||||
Reference in New Issue
Block a user