much better coloring
This commit is contained in:
@@ -45,6 +45,8 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) {
|
||||
return (
|
||||
<Select
|
||||
isClearable
|
||||
className="react-select-container"
|
||||
classNamePrefix="react-select"
|
||||
placeholder="Default: Unnamed Collection"
|
||||
onChange={onChange}
|
||||
options={options}
|
||||
|
||||
@@ -28,6 +28,8 @@ export default function TagSelection({ onChange, defaultValue }: Props) {
|
||||
return (
|
||||
<CreatableSelect
|
||||
isClearable
|
||||
className="react-select-container"
|
||||
classNamePrefix="react-select"
|
||||
onChange={onChange}
|
||||
options={options}
|
||||
styles={styles}
|
||||
|
||||
Reference in New Issue
Block a user