Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 3, 2025
1 parent 80a03d7 commit 81adbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ export default function Search({ searchList }) {

return (
<>
<div class="flex flex-col">
<div class="flex flex-col bg-[#1E262F] rounded-lg">
<input
type="text"
value={query}
onChange={handleOnSearch}
placeholder="Search notes"
class="px-2 py-2"
class="px-3 py-3"
/>
</div>
{query.length > 1 && (
Expand Down

0 comments on commit 81adbf8

Please sign in to comment.