Dark UI for react-select

This commit is contained in:
Jamie Curnow
2025-09-22 23:14:00 +10:00
parent 53507f88b3
commit f39efb3e63
8 changed files with 67 additions and 16 deletions

View File

@@ -91,6 +91,8 @@ export function DomainNamesField({
{intl.formatMessage({ id: label })}
</label>
<CreatableSelect
className="react-select-container"
classNamePrefix="react-select"
name={field.name}
id={id}
closeMenuOnSelect={true}