Added proper dom representations to Text elements and increased party text size

This commit is contained in:
Mitchell McCaffrey
2020-04-09 11:30:48 +10:00
parent 0f4a5caf94
commit 53bf0e9659
5 changed files with 13 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ function Party({
width: "100%",
}}
>
<Text mb={1} variant="heading">
<Text mb={1} variant="heading" as="h1">
Party
</Text>
</Box>