Merged in fix/close-map-text (pull request #3536)
feat(map): fixed close map text alignment * feat(map): fixed close map text alignment
This commit is contained in:
@@ -177,12 +177,12 @@ export function SelectHotelMapContent({
|
||||
>
|
||||
<MaterialIcon icon="close" size={20} color="CurrentColor" />
|
||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||
<p>
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
id: "selectHotel.closeMap",
|
||||
defaultMessage: "Close the map",
|
||||
})}
|
||||
</p>
|
||||
</span>
|
||||
</Typography>
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
.link {
|
||||
display: flex;
|
||||
gap: var(--Space-x05);
|
||||
align-items: baseline;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bookingCodeFilter {
|
||||
|
||||
Reference in New Issue
Block a user