Skip to content

Commit

Permalink
style: added style to the option tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ijayhub committed Apr 22, 2024
1 parent 420b42d commit 5466dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ManageList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function ManageList({ listPath, userId, existingItems }) {
id="daysUntilNextPurchase"
value={daysUntilNextPurchase}
onChange={(e) => setDaysUntilNextPurchase(e.target.value)}
className="bg-blue-100 text-black"
>
<option value={7}>Soon</option>
<option value={14}>Kind of soon</option>
Expand Down

0 comments on commit 5466dd8

Please sign in to comment.