Skip to content

Commit

Permalink
Merge pull request #251 from TripInfoWeb/dev_informations
Browse files Browse the repository at this point in the history
Fix: 제목 검색 / 태그 검색 input 배경이 투명한 오류 수정
  • Loading branch information
HyunJinNo authored Sep 2, 2024
2 parents cbaa8c7 + e91cc2e commit 5570d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/informations/list/InformationSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const InformationSearch = ({
</div>
<p className="absolute left-[4.6875rem] top-2 text-gray3">|</p>
<input
className="h-[2.75rem] w-[21.4375rem] rounded-full border-[0.0625rem] border-gray3 bg-transparent pl-[5.8125rem] pr-12 text-sm outline-none placeholder:font-medium placeholder:text-gray2 max-[1024px]:w-full dark:border-slate-200 dark:bg-search-icon-dark-mode"
className="h-[2.75rem] w-[21.4375rem] rounded-full border-[0.0625rem] border-gray3 bg-white pl-[5.8125rem] pr-12 text-sm outline-none placeholder:font-medium placeholder:text-gray2 max-[1024px]:w-full dark:border-slate-200 dark:bg-search-icon-dark-mode"
type="text"
placeholder="검색하기"
value={searchValue}
Expand Down

0 comments on commit 5570d7a

Please sign in to comment.