refactor: move divider to design system
remove not used variants and duplicate colors
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"use client"
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import { Divider } from "@scandic-hotels/design-system/Divider"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import Divider from "@/components/TempDesignSystem/Divider"
|
||||
import { useGuaranteePaymentFailedToast } from "@/hooks/booking/useGuaranteePaymentFailedToast"
|
||||
|
||||
import TotalPrice from "../Rooms/TotalPrice"
|
||||
@@ -29,7 +29,7 @@ export function ReferenceCard() {
|
||||
<Room />
|
||||
<Cancellations />
|
||||
<GuaranteeInfo />
|
||||
<Divider color="subtle" />
|
||||
<Divider />
|
||||
|
||||
<div className={styles.row}>
|
||||
<Typography variant="Body/Lead text">
|
||||
|
||||
Reference in New Issue
Block a user