We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7332095 + 789d44e commit 16fc964Copy full SHA for 16fc964
src/server/templates/components/git_form.jinja
@@ -16,7 +16,7 @@
16
placeholder="https://github.com/..."
17
value="{{ repo_url if repo_url else '' }}"
18
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">
+ 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]">
20
</div>
21
<!-- Ingest button -->
22
<div class="relative w-auto flex-shrink-0 h-full group">
0 commit comments