Browse Source

Merge pull request #339 from ollama-webui/disable-signup

fix: button styling
Timothy Jaeryang Baek 1 year ago
parent
commit
111288d689
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/(app)/admin/+page.svelte

+ 1 - 1
src/routes/(app)/admin/+page.svelte

@@ -62,7 +62,7 @@
 						<div class=" text-2xl font-semibold">Users ({users.length})</div>
 						<div>
 							<button
-								class="flex items-center space-x-1 border border-gray-200 px-3 py-1 rounded-lg"
+								class="flex items-center space-x-1 border border-gray-200 dark:border-gray-600 px-3 py-1 rounded-lg"
 								type="button"
 								on:click={() => {
 									toggleSignUpEnabled();