Skip to content

Commit

Permalink
feat: adjust search font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
nightknighto committed Dec 25, 2022
1 parent d8028e5 commit c451450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/TableHeader/table-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const TableHeader = ({
""
)}
{onSearch ? (
<Search placeholder={`Search ${title}`} className=" max-w-full" name={"query"} onSearch={onSearch} />
<Search placeholder={`Search ${title}`} className="max-w-full text-sm py-1.5" name={"query"} onSearch={onSearch} />
) : (
""
)}
Expand Down

0 comments on commit c451450

Please sign in to comment.