Skip to content

Commit

Permalink
search field dark ui issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Jul 30, 2024
1 parent 0e6996c commit 6d42727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Resources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Resources = () => {
placeholder="Search..."
value={searchQuery}
onChange={handleChange}
className="w-full outline-none p-2 border border-gray-300 rounded-md pl-10" // Added padding to the left for icon
className="w-full dark:bg-black outline-none p-2 border border-gray-300 rounded-md pl-10"
/>
<SearchOutlined className='text-2xl absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-500' />
</div>
Expand Down

0 comments on commit 6d42727

Please sign in to comment.