select_habit_color(color) {
    let {form} = this.state;
    form.color = color.hex;
    this.setState({form});
  }