mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: cosmetic
This commit is contained in:
parent
4b2ecf5d9c
commit
3286552a5d
@ -1123,7 +1123,7 @@
|
||||
<button
|
||||
class="{prompt !== ''
|
||||
? 'bg-black text-white hover:bg-gray-900 dark:bg-white dark:text-black dark:hover:bg-gray-100 '
|
||||
: 'text-white bg-gray-100 dark:text-gray-400 dark:bg-gray-600 disabled'} transition rounded-lg p-1.5"
|
||||
: 'text-white bg-gray-100 dark:text-gray-800 dark:bg-gray-600 disabled'} transition rounded-lg p-1.5"
|
||||
type="submit"
|
||||
disabled={prompt === ''}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user