This commit is contained in:
i.morev 2021-11-25 13:23:30 +10:00
parent 752f7f8514
commit 7e9a019402

View File

@ -53,6 +53,7 @@ export const H5 = styled.h5`
export const H6 = styled.h6`
${headerCommonMixin(6)};
color: black;
${extensionsHook('H6')};
`;