Skip to content

Commit 14027ee

Browse files
author
Frederic Collonval
committed
Correct background color
1 parent 5dc2e40 commit 14027ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentsStyle/PastCommitNodeStyle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const workingBranchStyle = style({
4444
});
4545

4646
export const pastCommitExpandedStyle = style({
47-
backgroundColor: '#f9f9f9'
47+
backgroundColor: 'var(--jp-layout-color1)'
4848
});
4949

5050
export const pastCommitHeaderItemStyle = style({});

0 commit comments

Comments
 (0)