Skip to content

Commit

Permalink
Add select-none
Browse files Browse the repository at this point in the history
  • Loading branch information
stasgm committed Jul 9, 2023
1 parent ca7d46d commit 8791204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/menu-line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function MenuLine({
</div>
<p className="self-center text-sm text-gray-300 text-right">{item.price}</p>
</div>
<div className="flex">
<div className="flex select-none">
<button
className="flex-none focus:outline-none bg-slate-950 rounded-lg w-8 h-8 font-bold hover:bg-slate-600 self-center"
aria-label="Decrease quantity"
Expand Down

0 comments on commit 8791204

Please sign in to comment.