This commit is contained in:
Viktor Rådberg
2023-08-26 17:47:26 +02:00
parent a4cf135282
commit 8d7f6fab1c

View File

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