Add font family and font size to label

This commit is contained in:
Rankin Zheng 2024-01-04 11:21:02 +08:00
parent 2fd05cbbaa
commit a4bdd617f5

View File

@ -34,6 +34,8 @@ const useStyles = createStyles((theme) => ({
},
label: {
color: "var(--vscode-editor-foreground)",
fontFamily: "var(--vscode-editor-font-family)",
fontSize: 'var(--vscode-editor-font-size)',
},
radio: {
marginTop: theme.spacing.xs,