Skip to content

Commit

Permalink
Merge pull request #39 from pagopa/CHK-3248-fix-outcome-layout
Browse files Browse the repository at this point in the history
[CHK-3248] fix: outcome page layout
  • Loading branch information
infantesimone authored Sep 20, 2024
2 parents 20ff93f + 942cba2 commit b97bce9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/PaymentResponsePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ export default function PaymentResponsePage() {
sx={{
position: "fixed",
width: "100vw",
height: "calc(100vh - 80px)",
height: "100vh",
display: "flex",
pb: 20,
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
Expand All @@ -102,15 +103,14 @@ export default function PaymentResponsePage() {
alignItems: "center",
maxWidth: "400px",
textAlign: "center",
pt: 3,
pb: 2,
p: 3,
gap: 2,
}}
>
<Typography variant="h5">
<Typography variant="h5" fontWeight={700}>
{t("resultPage.justFewMoments")}
</Typography>
<Typography variant="body1">
<Typography variant="body2">
{t("resultPage.completeOperationMsg")}
</Typography>
<Button
Expand Down

0 comments on commit b97bce9

Please sign in to comment.