feat: add edit, delete and image input

This commit is contained in:
José Oliveira 2021-10-27 23:54:50 +01:00
parent 421543f0c7
commit 3de7ae2fe9
12 changed files with 545 additions and 139 deletions

View file

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