We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 605034d + 60b6dbe commit 6447390Copy full SHA for 6447390
src/style/StatusWidget.ts
@@ -1,5 +1,8 @@
1
import { style } from 'typestyle';
2
3
export const statusWidgetClass = style({
4
+ color: 'var(--jp-ui-font-color1)',
5
+ fontFamily: 'var(--jp-ui-font-family)',
6
+ fontSize: 'var(--jp-ui-font-size1)',
7
lineHeight: '24px'
8
});
0 commit comments