File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const commitFormClass = style({
13
13
14
14
alignItems : 'flex-start' ,
15
15
16
+ backgroundColor : 'var(--jp-layout-color1)' ,
16
17
borderTop : 'var(--jp-border-width) solid var(--jp-border-color2)'
17
18
} ) ;
18
19
@@ -30,7 +31,6 @@ export const commitSummaryClass = style({
30
31
fontSize : 'var(--jp-ui-font-size1)' ,
31
32
fontWeight : 300 ,
32
33
33
- backgroundColor : 'var(--jp-layout-color1)' ,
34
34
border : 'var(--jp-border-width) solid var(--jp-border-color2)' ,
35
35
borderRadius : '3px'
36
36
} ) ;
@@ -49,7 +49,6 @@ export const commitDescriptionClass = style({
49
49
fontSize : 'var(--jp-ui-font-size1)' ,
50
50
fontWeight : 300 ,
51
51
52
- backgroundColor : 'var(--jp-layout-color1)' ,
53
52
border : 'var(--jp-border-width) solid var(--jp-border-color2)' ,
54
53
borderRadius : '3px' ,
55
54
You can’t perform that action at this time.
0 commit comments