Skip to content

Commit

Permalink
feat: font updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Oct 3, 2023
1 parent a16d99f commit 31c8aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const FormHeaderComponent = ({ children }) => {
<Flex alignItems="center" flexDirection={["column", "column", "row"]}>
<Box flex="1" ml={["0", "0", "6em"]}>
<Flex flexDirection={["column", "column", "row"]} mt={[7, 0, 0]}>
<Text textStyle="h2" color="info">
<Text fontSize="2rem" fontWeight="bold" lineHeight="2.5rem" color="info">
{children}
</Text>
</Flex>
Expand Down

0 comments on commit 31c8aaf

Please sign in to comment.