Utilities to handle Colors

This commit is contained in:
Belen Curcio
2020-10-19 16:28:05 -03:00
parent 26535b7c7f
commit 707f814244
8 changed files with 56 additions and 23 deletions

View File

@@ -110,6 +110,7 @@ const ProductView: FC<Props> = ({ product, className }) => {
label={v.label}
onClick={() => {
setChoices((choices) => {
console.log(choices)
return {
...choices,
[opt.displayName]: v.label,