Center map tile text
This commit is contained in:
parent
0d2b6bf4b0
commit
23e42aa115
@ -130,7 +130,12 @@ function MapTile({
|
||||
}}
|
||||
p={2}
|
||||
>
|
||||
<Text as="p" variant="heading" color="hsl(210, 50%, 96%)">
|
||||
<Text
|
||||
as="p"
|
||||
variant="heading"
|
||||
color="hsl(210, 50%, 96%)"
|
||||
sx={{ textAlign: "center" }}
|
||||
>
|
||||
{map.name}
|
||||
</Text>
|
||||
</Flex>
|
||||
|
Loading…
Reference in New Issue
Block a user