change h2 to h1

This commit is contained in:
Viktor Rådberg
2023-10-01 18:57:02 +02:00
parent def8bc7b00
commit 294fe94df7
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ export const Paragraph = styled.p`
`;
// eslint-disable-next-line react-refresh/only-export-components
export const H2 = styled.h2`
export const H1 = styled.h1`
color: ${theme.palette.text.primary};
`;