We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135bec9 commit 92d8410Copy full SHA for 92d8410
src/components/sections/rich-text/components/default.styles.ts
@@ -43,14 +43,16 @@ export const StyledUL = styled.ul`
43
padding-left: 30px;
44
margin-bottom: 2rem;
45
color: ${({ theme }) => theme.colors.text.darkGrey};
46
+ font-size: ${({ theme }) => theme.fontSizes.text.m};
47
`;
48
49
export const StyledOL = styled.ol`
50
list-style: decimal;
51
52
53
-`;
54
55
+}`;
56
57
export const StyledImage = styled(Image)`
58
&&& {
0 commit comments