Skip to content

Commit 98af103

Browse files
committed
Revert background color regression
1 parent 09109b4 commit 98af103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/style/CommitBox.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export const commitSummaryClass = style({
2828
fontSize: 'var(--jp-ui-font-size1)',
2929
fontWeight: 300,
3030

31+
backgroundColor: 'var(--jp-layout-color1)',
3132
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
3233
borderRadius: '3px'
3334
});
@@ -46,6 +47,7 @@ export const commitDescriptionClass = style({
4647
fontSize: 'var(--jp-ui-font-size1)',
4748
fontWeight: 300,
4849

50+
backgroundColor: 'var(--jp-layout-color1)',
4951
border: 'var(--jp-border-width) solid var(--jp-border-color2)',
5052
borderRadius: '3px',
5153

0 commit comments

Comments
 (0)