H2: Set color form theme.colors.primary.main

This commit is contained in:
Ajeet Shah 2021-01-04 22:57:27 +05:30
parent 040ce72a8a
commit 6460d02695

View File

@ -22,7 +22,7 @@ export const H1 = styled.h1`
export const H2 = styled.h2`
${headerCommonMixin(2)};
color: black;
color: ${({ theme }) => theme.colors.primary.main};
${extensionsHook('H2')};
`;