Skip to content

Commit

Permalink
order stepper: add margin to top of success page
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 27, 2024
1 parent 0b2e65f commit 3ae1c96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions components/dialogs/order-stepper/mobile/steps/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ export function DefaultStep(props: {
{...props}
/>
</div>
{/* <DialogFooter className="mt-auto p-6 pt-0">
<DialogClose asChild>
<Button
className="font-extended text-lg"
size="xl"
variant="outline"
>
Close
</Button>
</DialogClose>
</DialogFooter> */}
</>
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function SuccessStepWithoutSavings() {

return (
<>
<DialogHeader className="text-left">
<DialogHeader className="mt-[90px] text-left">
<DialogTitle className="flex items-center gap-2 p-6 font-extended">
{Icon}
{title}
Expand Down

0 comments on commit 3ae1c96

Please sign in to comment.