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 9e76cd1 commit 8694748
Showing 1 changed file with 1 addition and 1 deletion.
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 8694748

Please sign in to comment.