mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
H2: Set color form theme.colors.primary.main
This commit is contained in:
parent
040ce72a8a
commit
6460d02695
|
@ -22,7 +22,7 @@ export const H1 = styled.h1`
|
||||||
|
|
||||||
export const H2 = styled.h2`
|
export const H2 = styled.h2`
|
||||||
${headerCommonMixin(2)};
|
${headerCommonMixin(2)};
|
||||||
color: black;
|
color: ${({ theme }) => theme.colors.primary.main};
|
||||||
|
|
||||||
${extensionsHook('H2')};
|
${extensionsHook('H2')};
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user