refactor: move divider to design system
remove not used variants and duplicate colors
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
import { useIntl } from "react-intl"
|
||||
|
||||
import { Divider } from "@scandic-hotels/design-system/Divider"
|
||||
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
|
||||
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import ButtonLink from "@/components/ButtonLink"
|
||||
import Divider from "@/components/TempDesignSystem/Divider"
|
||||
|
||||
import ParkingList from "./ParkingList"
|
||||
import ParkingPrices from "./ParkingPrices"
|
||||
@@ -53,7 +53,7 @@ export default function ParkingInformation({
|
||||
{intl.formatMessage({ defaultMessage: "Weekday prices" })}
|
||||
</h6>
|
||||
</Typography>
|
||||
<Divider color="baseSurfaceSubtleHover" />
|
||||
<Divider />
|
||||
{parking.pricing.localCurrency ? (
|
||||
<ParkingPrices
|
||||
currency={parking.pricing.localCurrency.currency}
|
||||
@@ -68,7 +68,7 @@ export default function ParkingInformation({
|
||||
{intl.formatMessage({ defaultMessage: "Weekend prices" })}
|
||||
</h6>
|
||||
</Typography>
|
||||
<Divider color="baseSurfaceSubtleHover" />
|
||||
<Divider />
|
||||
{parking.pricing.localCurrency ? (
|
||||
<ParkingPrices
|
||||
currency={parking.pricing.localCurrency.currency}
|
||||
|
||||
Reference in New Issue
Block a user