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
|
||||
const tomato = '#ff584a'
|
||||
const tomato1 = '#E45043'
|
||||
const tomato2 = '#CE463A'
|
||||
const mistyRose = '#ffeceb'
|
||||
const pumpkin = '#ff7311'
|
||||
const linen = '#fbf3ec'
|
||||
|
|
@ -48,7 +49,8 @@ const offColor = comet
|
|||
const offDarkColor = comet2
|
||||
const placeholderColor = comet
|
||||
const errorColor = tomato
|
||||
const errorColorDarker = tomato1
|
||||
const errorColorDark = tomato1
|
||||
const errorColorDarker = tomato2
|
||||
const offErrorColor = mistyRose
|
||||
const inputBorderColor = primaryColor
|
||||
|
||||
|
|
@ -151,6 +153,7 @@ export {
|
|||
linkSecondaryColor,
|
||||
errorColor,
|
||||
errorColorDarker,
|
||||
errorColorDark,
|
||||
offErrorColor,
|
||||
inputBorderColor,
|
||||
// font sizes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue