refactor: move divider to design system
remove not used variants and duplicate colors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Divider } from "@scandic-hotels/design-system/Divider"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import Divider from "@/components/TempDesignSystem/Divider"
|
||||
import { getIntl } from "@/i18n"
|
||||
|
||||
import styles from "./specification.module.css"
|
||||
@@ -146,7 +146,7 @@ export default async function Specification({
|
||||
{/****** Ancillaries ********/}
|
||||
{booking.ancillaries.map((ancillary) => (
|
||||
<>
|
||||
<Divider color="subtle" />
|
||||
<Divider />
|
||||
<div>
|
||||
<div className={styles.quantifyingHeader}>
|
||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||
@@ -197,7 +197,7 @@ export default async function Specification({
|
||||
{/****** Breakfast ********/}
|
||||
{displayBreakfastPrice && (
|
||||
<>
|
||||
<Divider color="subtle" />
|
||||
<Divider />
|
||||
<div>
|
||||
<div className={styles.quantifyingHeader}>
|
||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||
|
||||
Reference in New Issue
Block a user