Skip to content

Commit 5ace3d5

Browse files
committed
fixed search width/color
1 parent 7319f86 commit 5ace3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/Navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ const Navigation = ({ data, navClass }) => (
3636
}
3737
})}
3838
<div className={navClass}>
39-
<div class="relative flex items-center h-8 w-28 rounded-full focus-within:shadow-lg bg-bg-dark-grey overflow-hidden">
39+
<div class="relative flex items-center h-8 rounded-full focus-within:shadow-lg bg-bg-dark-grey overflow-hidden">
4040
<div class="grid place-items-center h-full w-12 text-gray-300">
4141
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
4242
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
4343
</svg>
4444
</div>
4545

4646
<input
47-
class="peer h-full w-full bg-bg-dark-grey outline-none text-sm text-gray-700 pr-2"
47+
class="peer h-full w-24 bg-bg-dark-grey outline-none text-sm text-white pr-2"
4848
type="text"
4949
id="search"
5050
placeholder="Search" />

0 commit comments

Comments
 (0)