Skip to content

Commit

Permalink
fix(searchBar): fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Jan 31, 2025
1 parent 5f6633c commit c20cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/common/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Searchbar({
{placeholder}
</label>
<div className="fmtm-relative fmtm-w-full">
<div className="fmtm-pointer-events-none fmtm-absolute fmtm-inset-y-0 fmtm-left-0 fmtm-flex fmtm-items-center fmtm-pl-3">
<div className="fmtm-pointer-events-none fmtm-absolute fmtm-inset-y-0 fmtm-left-0 fmtm-flex fmtm-items-center fmtm-pl-2">
<img src={SearchIcon} alt="Search Icon" className="fmtm-h-5 fmtm-w-5" />
</div>
{value && (
Expand Down

0 comments on commit c20cd1f

Please sign in to comment.