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>
|
||||
|
||||
Reference in New Issue
Block a user