Merged in fix/bookingwidget-fixes (pull request #2135)

Fix: (#SW-2663) bookingwidget mobile - Space around, border-radius and correct color on date field

* fix: booking widget mobile - padding around booking widget and date color

* Fixed rounded corners

* Reduced minimum size of column


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-05-16 19:29:44 +00:00
parent 6a5350d681
commit 97964408ab
3 changed files with 11 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ export default function MobileToggleButton({
<span className={styles.blockLabel}>{totalNightsMsg}</span>
</Typography>
<Typography variant={"Body/Paragraph/mdRegular"}>
<span>
<span className={styles.placeholder}>
{intl.formatMessage(
{
defaultMessage: "{selectedFromDate} - {selectedToDate}",
@@ -183,7 +183,7 @@ export function MobileToggleButtonSkeleton() {
})}
</span>
</Typography>
<SkeletonShimmer display={"block"} height="24px" />
<SkeletonShimmer display={"block"} height="20px" width="11ch" />
</span>
<Divider color="baseSurfaceSubtleNormal" variant="vertical" />
<span className={styles.block}>
@@ -198,7 +198,7 @@ export function MobileToggleButtonSkeleton() {
)}
</span>
</Typography>
<SkeletonShimmer display={"block"} height="24px" />
<SkeletonShimmer display={"block"} height="20px" width="13ch" />
</span>
<span className={styles.icon}>
<MaterialIcon icon="search" color="Icon/Inverted" />