Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 26, 2024
2 parents 2ace3a7 + 3a9df7b commit 037bf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filter/search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Search(props: Props) {
Search
</label>
<input
className="border-skin-base focus:outline-skin-base text-skin-base placeholder:text-skin-secondary bg-skin-tertiary peer block w-full rounded-xl border py-2.5 pl-10 text-sm outline-2"
className="border-skin-base focus:outline-skin-base focus:bg-skin-tertiary text-skin-base placeholder:text-skin-secondary bg-skin-secondary peer block w-full rounded-xl border py-2.5 pl-10 text-sm outline outline-transparent hover:bg-skin-tertiary"
placeholder={placeholder}
autoFocus={autoFocus}
onChange={(e) => {
Expand Down

0 comments on commit 037bf04

Please sign in to comment.