Skip to content

Commit 789d44e

Browse files
fix the bg color of the input text field (#364)
1 parent d8d0e2e commit 789d44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/templates/components/git_form.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
placeholder="https://github.com/..."
1717
value="{{ repo_url if repo_url else '' }}"
1818
required
19-
class="border-[3px] w-full relative z-20 border-gray-900 placeholder-gray-600 text-lg font-medium focus:outline-none py-3.5 px-6 rounded">
19+
class="border-[3px] w-full relative z-20 border-gray-900 placeholder-gray-600 text-lg font-medium focus:outline-none py-3.5 px-6 rounded bg-[#E8F0FE]">
2020
</div>
2121
<!-- Ingest button -->
2222
<div class="relative w-auto flex-shrink-0 h-full group">

0 commit comments

Comments
 (0)