Skip to content

Commit

Permalink
Remove box shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 12, 2024
1 parent 5af5251 commit 7c4675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Search/SearchHit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Hit: React.FC<HitProps> = ({ hit }) => {

return (
<div
className="flex flex-col bg-gray-800 rounded-lg shadow cursor-pointer h-full dark:border-gray-700 lg:p-4"
className="flex flex-col bg-gray-800 rounded-lg cursor-pointer h-full dark:border-gray-700 lg:p-4"
onClick={handleClick}
>
<div className="flex flex-col px-4">
Expand Down

0 comments on commit 7c4675f

Please sign in to comment.