forked from open-webui/open-webui
fix: cosmetic
This commit is contained in:
parent
4b2ecf5d9c
commit
3286552a5d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue