Skip to content

Commit a680b19

Browse files
committed
fix: fixing css variable name
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent 5420f27 commit a680b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default css`
1616
display: flex;
1717
flex-direction: row;
1818
align-items: center;
19-
border-bottom: 1px var(--api-parameters-document-title-border-color, var(--api-parameters-document-title-border-color, #e5e5e5)) solid;
19+
border-bottom: 1px var(--api-body-document-title-border-color, var(--api-parameters-document-title-border-color, #e5e5e5)) solid;
2020
cursor: pointer;
2121
user-select: none;
2222
transition: border-bottom-color 0.15s ease-in-out;

0 commit comments

Comments
 (0)