Skip to content

Commit e92b879

Browse files
committed
Fix: Horizontal Rules missing in markdown docs preview (usebruno#3814)
1 parent 419ac2f commit e92b879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bruno-app/src/components/MarkDown/StyledWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const StyledMarkdownBodyWrapper = styled.div`
5555
height: 1px;
5656
padding: 0;
5757
margin: 24px 0;
58-
background-color: var(--color-border-default);
58+
background-color: var(--color-sidebar-collection-item-active-indent-border);
5959
border: 0;
6060
}
6161

0 commit comments

Comments
 (0)