Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
caloyv committed Feb 13, 2024
1 parent ef0a865 commit 6df0b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Homepage() {
/>
<select
name="filter"
className="shadow-sm rounded text-sm px-3 block h-14 w-52 dark:bg-dark-blue dark:text-light-white "
className="shadow-sm rounded text-sm px-3 block h-14 w-52 bg-white dark:bg-dark-blue dark:text-light-white "
value={formData.filter}
onChange={handleChange}
>
Expand Down

0 comments on commit 6df0b5c

Please sign in to comment.