mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-12 23:02:35 +00:00
fix: remove the stray background band from the Attach Webpage modal footer (#29664)
This commit is contained in:
parent
b49db6f287
commit
4f419627f8
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
required
|
||||
/>
|
||||
|
||||
<div class="flex justify-end gap-2 pt-3 bg-gray-50 dark:bg-gray-900/50">
|
||||
<div class="flex justify-end gap-2 pt-3">
|
||||
<button
|
||||
class="px-3.5 py-1.5 text-sm font-normal bg-black hover:bg-gray-800 text-white dark:bg-white dark:text-black dark:hover:bg-gray-200 transition rounded-full"
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue