Skip to content

Commit 509b562

Browse files
committed
ui fix of searchbox
1 parent 2baabaf commit 509b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ScriptGenerator/SearchBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface Props {
55

66
export default function SearchBox({ value, onChange }: Props) {
77
return (
8-
<div className="relative w-full max-w-2xl lg:max-w-3xl">
8+
<div className="relative w-full max-w-2xl lg:max-w-3xl mb-8">
99
<input
1010
type="text"
1111
placeholder="Search for development tools..."

0 commit comments

Comments
 (0)