feat: add new tomato color darker variant

This commit is contained in:
José Oliveira 2021-11-15 18:18:11 +00:00
parent 3871c5a699
commit 7b1697fff0

View file

@ -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