Skip to content

Commit fd57085

Browse files
author
Rankin Zheng
authored
Merge pull request #8 from devchat-ai/fix_checkbox_text
Add font family and font size to label
2 parents 8e3c709 + a4bdd61 commit fd57085

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)