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({
66 base : {
77 padding : `${ vars . spacing . xs } ${ vars . spacing . xxs } ` ,
88 paddingLeft : vars . spacing . lg ,
9+ color : vars . colors . text ,
910 } ,
1011 variants : {
1112 type : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const container = style({
66 margin : `${ vars . spacing . xs } 0` ,
77 padding : `${ vars . spacing . xs } 0 ${ vars . spacing . xs } 1rem` ,
88 borderLeft : '3px solid #e1e1e1' ,
9- color : '#37352f' ,
9+ color : vars . colors . text ,
1010 fontSize : vars . typography . fontSize . base ,
1111 lineHeight : vars . typography . lineHeight . base ,
1212 fontStyle : 'italic' ,
You can’t perform that action at this time.
0 commit comments