Style Access mode selects like other dropdowns.
Use theme-select so Access mode shows a chevron and matches Theme/Scope kind.
This commit is contained in:
+1
-1
@@ -679,7 +679,7 @@ function NetworkConfigTab() {
|
||||
<label htmlFor="network-access-mode">Access mode</label>
|
||||
<select
|
||||
id="network-access-mode"
|
||||
className="config-input"
|
||||
className="theme-select"
|
||||
value={draft.access_mode}
|
||||
onChange={(event) => {
|
||||
setDraft((previous) => ({
|
||||
|
||||
Reference in New Issue
Block a user