Merged in fix/SW-1760-room-details-button-wrong-color (pull request #1440)
fix: added prop to ToggleSidePeek to fix color regression * fix: added prop to ToggleSidePeek to fix color regression Approved-by: Arvid Norlin
This commit is contained in:
@@ -309,6 +309,7 @@ export default function RoomCard({ roomConfiguration }: RoomCardProps) {
|
||||
hotelId={hotelId.toString()}
|
||||
roomTypeCode={roomConfiguration.roomTypeCode}
|
||||
title={intl.formatMessage({ id: "Room details" })}
|
||||
intent="text"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user