Merged in fix/consistent-link-colors (pull request #2245)
feat: update links default color to match design documents Approved-by: Michael Zetterberg
This commit is contained in:
@@ -42,7 +42,6 @@ export default function MobileMapButtonContainer({
|
||||
href={
|
||||
isAlternative ? alternativeHotelsMap(lang) : selectHotelMap(lang)
|
||||
}
|
||||
color="baseButtonTextOnFillNormal"
|
||||
keepSearchParams
|
||||
weight="bold"
|
||||
>
|
||||
|
||||
@@ -90,12 +90,7 @@ export default async function SelectHotel({
|
||||
{showBookingCodeFilter ? <BookingCodeFilter /> : null}
|
||||
<div className={styles.sideBar}>
|
||||
{hotels.length ? (
|
||||
<Link
|
||||
className={styles.link}
|
||||
color="burgundy"
|
||||
href={mapHref}
|
||||
keepSearchParams
|
||||
>
|
||||
<Link className={styles.link} href={mapHref} keepSearchParams>
|
||||
<div className={styles.mapContainer}>
|
||||
<StaticMap
|
||||
city={city.name}
|
||||
|
||||
Reference in New Issue
Block a user