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:
2026-07-18 15:24:37 +02:00
parent 458f14e74f
commit 5d6f65f3cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) => ({
+1 -1
View File
@@ -396,7 +396,7 @@ export function SetupWizard({ clientIp, onCompleted }: SetupWizardProps) {
<label htmlFor="setup-access-mode">Access mode</label>
<select
id="setup-access-mode"
className="config-input"
className="theme-select"
value={network.access_mode}
onChange={(event) =>
setNetwork((previous) => ({