Center map tile text

This commit is contained in:
Mitchell McCaffrey 2020-04-30 14:42:15 +10:00
parent 0d2b6bf4b0
commit 23e42aa115

View File

@ -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>