Skip to content

Commit

Permalink
Update nav panel
Browse files Browse the repository at this point in the history
  • Loading branch information
stasgm committed Jul 9, 2023
1 parent 7d8f7f0 commit ca7d46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Nav(props: IProps) {
<p>{formatPrice(orderPriceAmount)}</p>
</div>
</div>
<nav className="flex justify-between items-center text-sm bg-gray-800 text-gray-500 rounded-md px-2 p-2 mt-0 font-bold">
<nav className="flex justify-between items-center text-sm bg-gray-800 rounded-md px-2 p-2 mt-0 font-bold">
<button
className="hover:bg-slate-700 focus:outline-none bg-slate-900 rounded-md p-2 px-4 active:bg-gray-600 active:text-gray-400"
onClick={resetOrder}
Expand Down

0 comments on commit ca7d46d

Please sign in to comment.