We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09109b4 commit 98af103Copy full SHA for 98af103
src/style/CommitBox.ts
@@ -28,6 +28,7 @@ export const commitSummaryClass = style({
28
fontSize: 'var(--jp-ui-font-size1)',
29
fontWeight: 300,
30
31
+ backgroundColor: 'var(--jp-layout-color1)',
32
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
33
borderRadius: '3px'
34
});
@@ -46,6 +47,7 @@ export const commitDescriptionClass = style({
46
47
48
49
50
51
52
borderRadius: '3px',
53
0 commit comments