feat: add new tomato color darker variant
This commit is contained in:
parent
3871c5a699
commit
7b1697fff0
1 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ const white = '#ffffff'
|
||||||
// Error
|
// Error
|
||||||
const tomato = '#ff584a'
|
const tomato = '#ff584a'
|
||||||
const tomato1 = '#E45043'
|
const tomato1 = '#E45043'
|
||||||
|
const tomato2 = '#CE463A'
|
||||||
const mistyRose = '#ffeceb'
|
const mistyRose = '#ffeceb'
|
||||||
const pumpkin = '#ff7311'
|
const pumpkin = '#ff7311'
|
||||||
const linen = '#fbf3ec'
|
const linen = '#fbf3ec'
|
||||||
|
|
@ -48,7 +49,8 @@ const offColor = comet
|
||||||
const offDarkColor = comet2
|
const offDarkColor = comet2
|
||||||
const placeholderColor = comet
|
const placeholderColor = comet
|
||||||
const errorColor = tomato
|
const errorColor = tomato
|
||||||
const errorColorDarker = tomato1
|
const errorColorDark = tomato1
|
||||||
|
const errorColorDarker = tomato2
|
||||||
const offErrorColor = mistyRose
|
const offErrorColor = mistyRose
|
||||||
const inputBorderColor = primaryColor
|
const inputBorderColor = primaryColor
|
||||||
|
|
||||||
|
|
@ -151,6 +153,7 @@ export {
|
||||||
linkSecondaryColor,
|
linkSecondaryColor,
|
||||||
errorColor,
|
errorColor,
|
||||||
errorColorDarker,
|
errorColorDarker,
|
||||||
|
errorColorDark,
|
||||||
offErrorColor,
|
offErrorColor,
|
||||||
inputBorderColor,
|
inputBorderColor,
|
||||||
// font sizes
|
// font sizes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue