Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Apr 2, 2024
1 parent 1b24c85 commit 4312a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/cart/context/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ function CartProviderClient({
<div className="sticky bottom-0 flex content-center items-center pb-4 sm:m-auto">
<Button
aria-label="Ver pedido"
className="m-auto w-full shadow-lg sm:w-fit"
className="m-auto w-full px-4 shadow-lg sm:w-fit"
data-testid="show-cart"
size="lg"
variant="brand"
onClick={() => {
setIsCartOpen(true);
}}
>
<div className="flex items-center gap-4">
<div className="flex w-full items-center justify-between gap-4">
<div className="flex items-center gap-2">
<p className="leading-6">Ver pedido</p>
<p className="rounded-sm bg-black/25 px-2 py-1 text-xs font-semibold text-white/90">
Expand Down

0 comments on commit 4312a7a

Please sign in to comment.