fix(SW-3081): Removed color option from hotel logos to avoid wrong colors
Approved-by: Matilda Landström
This commit is contained in:
@@ -51,6 +51,6 @@ export default function HotelLogoIcon({
|
||||
case SignatureHotelEnum.TheDock:
|
||||
return <TheDockIcon height={height} />
|
||||
default:
|
||||
return <ScandicLogoIcon height={height} color="Icon/Interactive/Accent" />
|
||||
return <ScandicLogoIcon height={height} />
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user