Skip to content

Commit a21f374

Browse files
Merge pull request #625 from ManishGotame/master
2 parents 81971ff + 8af0c53 commit a21f374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-notion-x/src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ svg.notion-page-icon {
746746
width: 100%;
747747
margin: 6px 0;
748748
padding: 0;
749-
border-top: none;
750-
border-color: var(--fg-color-0);
749+
border: none;
750+
border-bottom: 1px solid var(--bg-color-0);
751751
}
752752

753753
.notion-link {

0 commit comments

Comments
 (0)