Skip to content

Commit 6447390

Browse files
authored
Merge pull request #748 from fcollonval/fcollonval/issue746
Theme status widget text
2 parents 605034d + 60b6dbe commit 6447390

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style/StatusWidget.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { style } from 'typestyle';
22

33
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)',
47
lineHeight: '24px'
58
});

0 commit comments

Comments
 (0)