File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
packages/notion-to-jsx/src/components/Renderer/components Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " notion-to-jsx " : patch
3
+ ---
4
+
5
+ Update text color to use theme variable in List and Quote components
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export const list = recipe({
6
6
base : {
7
7
padding : `${ vars . spacing . xs } ${ vars . spacing . xxs } ` ,
8
8
paddingLeft : vars . spacing . lg ,
9
+ color : vars . colors . text ,
9
10
} ,
10
11
variants : {
11
12
type : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const container = style({
6
6
margin : `${ vars . spacing . xs } 0` ,
7
7
padding : `${ vars . spacing . xs } 0 ${ vars . spacing . xs } 1rem` ,
8
8
borderLeft : '3px solid #e1e1e1' ,
9
- color : '#37352f' ,
9
+ color : vars . colors . text ,
10
10
fontSize : vars . typography . fontSize . base ,
11
11
lineHeight : vars . typography . lineHeight . base ,
12
12
fontStyle : 'italic' ,
You can’t perform that action at this time.
0 commit comments