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

fix: button styling
This commit is contained in:
Timothy Jaeryang Baek 2024-01-01 15:55:04 -05:00 committed by GitHub
commit 111288d689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@
<div class=" text-2xl font-semibold">Users ({users.length})</div> <div class=" text-2xl font-semibold">Users ({users.length})</div>
<div> <div>
<button <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" type="button"
on:click={() => { on:click={() => {
toggleSignUpEnabled(); toggleSignUpEnabled();