if (isDisabled) {
      backgroundColor = null;
    } else if (isSelected) {
      backgroundColor = '#676EB4';
    } else if (isFocused) {