Skip to content

Commit a4bdd61

Browse files
author
Rankin Zheng
committed
Add font family and font size to label
1 parent 2fd05cb commit a4bdd61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/views/components/ChatMark/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const useStyles = createStyles((theme) => ({
3434
},
3535
label: {
3636
color: "var(--vscode-editor-foreground)",
37+
fontFamily: "var(--vscode-editor-font-family)",
38+
fontSize: 'var(--vscode-editor-font-size)',
3739
},
3840
radio: {
3941
marginTop: theme.spacing.xs,

0 commit comments

Comments
 (0)