style: more colors.

This commit is contained in:
Julien Calixte
2019-08-23 10:41:40 +02:00
parent 93a17d4ef5
commit 6cb70d91ae
7 changed files with 49 additions and 6 deletions

View File

@@ -2,4 +2,5 @@ export default interface IColor {
label: string | null
value: string | null
darkValue?: string | null
lightValue?: string | null
}