We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991c040 commit be22f18Copy full SHA for be22f18
packages/notion-to-jsx/src/components/Renderer/components/List/styles.css.ts
@@ -6,6 +6,7 @@ export const list = recipe({
6
base: {
7
padding: `${vars.spacing.xs} ${vars.spacing.xxs}`,
8
paddingLeft: vars.spacing.lg,
9
+ color: vars.colors.text,
10
},
11
variants: {
12
type: {
packages/notion-to-jsx/src/components/Renderer/components/Quote/styles.css.ts
@@ -6,7 +6,7 @@ export const container = style({
margin: `${vars.spacing.xs} 0`,
padding: `${vars.spacing.xs} 0 ${vars.spacing.xs} 1rem`,
borderLeft: '3px solid #e1e1e1',
- color: '#37352f',
fontSize: vars.typography.fontSize.base,
lineHeight: vars.typography.lineHeight.base,
fontStyle: 'italic',
0 commit comments