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 648ce48 commit 8da208aCopy full SHA for 8da208a
src/style/CommitBox.ts
@@ -85,5 +85,6 @@ export const commitButtonClass = style({
85
});
86
87
export const commitButtonDisabledClass = style({
88
- backgroundColor: '#d3d3d3' // lightgrey
+ color: 'var(--jp-ui-inverse-font-color0)',
89
+ backgroundColor: 'var(--jp-layout-color3)'
90
0 commit comments