How to use the react-select/lib/theme.colors.neutral20 function in react-select

To help you get started, we’ve selected a few react-select examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github stochaztic / eb-randomizer / src / SpriteSelector.js View on Github external
const DropdownIndicator = () => (
  <div style="{{">
    <svg>
      <path fill="currentColor" d="M16.436 15.085l3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406zM10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z"></path>
    </svg>
  </div>
);
github BadrIT / bractal / src / modules / coreUI / components / basic / PopupSelect.js View on Github external
const DropdownIndicator = () =&gt; (
  <div style="{{">
    <svg>
      <path fill="currentColor" d="M16.436 15.085l3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406zM10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z"></path>
    </svg>
  </div>
);