Skip to content

Commit

Permalink
style(moving-down-the-stepper,-removing-extra-white-space-on-checkout…
Browse files Browse the repository at this point in the history
…): (checkout.tsx/upload-design.tsx) (mixed up the two commit steps)
  • Loading branch information
leoRysing committed Dec 8, 2023
1 parent ff359d5 commit ea3d291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Checkout({states, setters}: CheckoutProps) {
console.log(JSON.stringify(options));

return (
<div className="mt-32">
<div className="">
<div id="checkout">
{clientSecret && (
<EmbeddedCheckoutProvider
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/UploadDesign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function UploadDesign() {
return (
<Auth authRoute={true}>
<div className="container mx-auto mt-16 grow h-[100%]">
<div className="z-0 min-h-[84vh] flex flex-col">
<div className="z-0 min-h-[84vh] flex flex-col mt-12">
<VoxetiStepper currentStep={currentStep} />
<UploadFlow states={states} setters={setters} />
<BottomNavOptions
Expand Down

0 comments on commit ea3d291

Please sign in to comment.