Merged in fix/SW-2342-hotel-side-peek-list-of-ui- (pull request #2566)

fix(SW-2342): Fixed hotel sidepeek UI alignment and color

* fix(SW-2342): Fixed hotel sidepeek UI alignment and color

* fix(SW-2342): Fixed vertical alignment


Approved-by: Anton Gunnarsson
Approved-by: Matilda Landström
This commit is contained in:
Hrishikesh Vaipurkar
2025-07-28 11:19:29 +00:00
parent 5ff4234552
commit a12dfb4b5b
4 changed files with 12 additions and 7 deletions

View File

@@ -58,7 +58,7 @@
display: flex;
justify-content: flex-end;
border-bottom: 1px solid var(--Base-Border-Subtle);
align-items: center;
align-items: start;
padding: var(--Spacing-x4);
}