Skip to content

Commit 2fb8667

Browse files
committed
Improve appearance of banner search field
1 parent 3db28e8 commit 2fb8667

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/views

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/views/layout_view.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule ComponentsGuideWeb.LayoutView do
1818
~E"""
1919
<li class=row-span-3>
2020
<form role=search action="/research" class="flex h-full px-2 items-center">
21-
<input type=text name=q placeholder="Search specs, packages, features" class="w-full py-1 px-4 bg-white text-black rounded-full">
21+
<input type=text name=q placeholder="Search specs, packages, features" class="w-full py-1 px-4 bg-gray-800 text-white rounded-full border border-gray-600">
2222
</form>
2323
"""
2424
end

0 commit comments

Comments
 (0)