Merged in fix/sw-2032-sas-flow-styling-issues (pull request #1669)

Fix styling issues in SAS flow

* Fix styling issues in SAS flow


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-03-28 14:30:04 +00:00
parent f417599e12
commit 650dd79c26
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
"use client"
import Image from "next/image"
import { useParams, useRouter } from "next/navigation"
import { useTransition } from "react"
import { FormProvider, useForm } from "react-hook-form"
@@ -11,6 +10,7 @@ import { Typography } from "@scandic-hotels/design-system/Typography"
import { profileEdit } from "@/constants/routes/myPages"
import Image from "@/components/Image"
import Button from "@/components/TempDesignSystem/Button"
import Checkbox from "@/components/TempDesignSystem/Form/Checkbox"
import Link from "@/components/TempDesignSystem/Link"

View File

@@ -52,4 +52,5 @@
flex-direction: column;
align-items: center;
gap: var(--Spacing-x3);
text-align: left;
}