const handleChange = (color: ColorResult) => {
    upsertTag({ name: tag.name, colorHex: color.hex })
  }