Skip to content

Commit 8da208a

Browse files
committed
Set font color when button is disabled
1 parent 648ce48 commit 8da208a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/style/CommitBox.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@ export const commitButtonClass = style({
8585
});
8686

8787
export const commitButtonDisabledClass = style({
88-
backgroundColor: '#d3d3d3' // lightgrey
88+
color: 'var(--jp-ui-inverse-font-color0)',
89+
backgroundColor: 'var(--jp-layout-color3)'
8990
});

0 commit comments

Comments
 (0)