feat: add edit, delete and image input
This commit is contained in:
parent
421543f0c7
commit
3de7ae2fe9
12 changed files with 545 additions and 139 deletions
|
|
@ -25,6 +25,7 @@ const white = '#ffffff'
|
|||
|
||||
// Error
|
||||
const tomato = '#ff584a'
|
||||
const tomato1 = '#E45043'
|
||||
const mistyRose = '#ffeceb'
|
||||
const pumpkin = '#ff7311'
|
||||
const linen = '#fbf3ec'
|
||||
|
|
@ -47,6 +48,7 @@ const offColor = comet
|
|||
const offDarkColor = comet2
|
||||
const placeholderColor = comet
|
||||
const errorColor = tomato
|
||||
const errorColorDarker = tomato1
|
||||
const offErrorColor = mistyRose
|
||||
const inputBorderColor = primaryColor
|
||||
|
||||
|
|
@ -148,6 +150,7 @@ export {
|
|||
linkPrimaryColor,
|
||||
linkSecondaryColor,
|
||||
errorColor,
|
||||
errorColorDarker,
|
||||
offErrorColor,
|
||||
inputBorderColor,
|
||||
// font sizes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue