fix(SW-3081): Removed color option from hotel logos to avoid wrong colors
Approved-by: Matilda Landström
This commit is contained in:
@@ -52,11 +52,7 @@ export default function LinkEmploymentErrorPage() {
|
||||
</span>
|
||||
</ButtonLink>
|
||||
<div className={styles.logoContainer}>
|
||||
<ScandicLogoIcon
|
||||
color="Icon/Interactive/Accent"
|
||||
height="20px"
|
||||
width="94px"
|
||||
/>
|
||||
<ScandicLogoIcon height="20px" width="94px" />
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -32,11 +32,7 @@ export function LogoLink() {
|
||||
defaultMessage: "Back to scandichotels.com",
|
||||
})}
|
||||
>
|
||||
<ScandicLogoIcon
|
||||
width="103px"
|
||||
height="22px"
|
||||
color="Icon/Interactive/Accent"
|
||||
/>
|
||||
<ScandicLogoIcon width="103px" height="22px" />
|
||||
</NextLink>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ export async function Receipt({ refId }: { refId: string }) {
|
||||
return (
|
||||
<main className={styles.main}>
|
||||
<div>
|
||||
<ScandicLogoIcon width="89px" height="19px" color="Icon/Accent" />
|
||||
<ScandicLogoIcon width="89px" height="19px" />
|
||||
<div className={styles.addresses}>
|
||||
<div>
|
||||
<Typography variant="Body/Supporting text (caption)/smRegular">
|
||||
|
||||
Reference in New Issue
Block a user