Add font family and font size to label
This commit is contained in:
parent
2fd05cbbaa
commit
a4bdd617f5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user