File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/react-notion-x/src Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ export function Block(props: BlockProps) {
592
592
blockId
593
593
) }
594
594
>
595
- < PageIcon block = { block } />
595
+ < PageIcon block = { block } hideDefaultIcon = { true } />
596
596
597
597
< div className = 'notion-callout-text' >
598
598
< Text value = { block . properties ?. title } block = { block } />
@@ -838,6 +838,4 @@ export function Block(props: BlockProps) {
838
838
839
839
return < div />
840
840
}
841
-
842
- return null
843
841
}
Original file line number Diff line number Diff line change @@ -1199,6 +1199,11 @@ svg.notion-page-icon {
1199
1199
width : 100% ;
1200
1200
}
1201
1201
1202
+ .notion-callout-text > * : first-child {
1203
+ margin-top : 0 ;
1204
+ padding-top : 0 ;
1205
+ }
1206
+
1202
1207
.notion-toggle {
1203
1208
width : 100% ;
1204
1209
padding : 3px 2px ;
You can’t perform that action at this time.
0 commit comments