diff options
Diffstat (limited to 'ui/src')
| -rw-r--r-- | ui/src/components/SettingsView.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/SettingsView.svelte b/ui/src/components/SettingsView.svelte index fc4fe46..81dd586 100644 --- a/ui/src/components/SettingsView.svelte +++ b/ui/src/components/SettingsView.svelte @@ -132,6 +132,7 @@ type="number" min="1" max="128" + step="1" class="bg-zinc-950 text-white w-full p-3 rounded border border-zinc-700 focus:border-indigo-500 outline-none" /> <p class="text-xs text-zinc-500 mt-2"> |