Skip to content

Commit

Permalink
Update WeeklyShop.tsx
Browse files Browse the repository at this point in the history
Oof
  • Loading branch information
JohnathanCrow authored Dec 8, 2024
1 parent ed923fa commit 23e2472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WeeklyShop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function WeeklyShop({
min="1"
value={item.quantity}
onChange={(e) => onUpdateQuantity(item.id, parseInt(e.target.value) || 1)}
className=""w-12 px-2 py-1 rounded text-gray-400 dark:text-black border border-gray-300/40 dark:border-gray-500 focus:outline-none focus:border-blue-500/50 text-sm bg-white/10"
className="w-12 px-2 py-1 rounded text-gray-400 dark:text-black border border-gray-300/40 dark:border-gray-500 focus:outline-none focus:border-blue-500/50 text-sm bg-white/10"
title="Change quantity"
/>
<button
Expand Down

0 comments on commit 23e2472

Please sign in to comment.