We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fa3fe commit 45245fcCopy full SHA for 45245fc
site/src/pages/UserSettingsPage/AppearancePage/AppearanceForm.tsx
@@ -106,9 +106,9 @@ export const AppearanceForm: FC<AppearanceFormProps> = ({
106
>
107
<FormControl>
108
<RadioGroup
109
- aria-labelledby="demo-radio-buttons-group-label"
+ aria-labelledby="fonts-radio-buttons-group-label"
110
defaultValue={currentTerminalFont}
111
- name="radio-buttons-group"
+ name="fonts-radio-buttons-group"
112
onChange={(_, value) =>
113
onChangeTerminalFont(toTerminalFontName(value))
114
}
@@ -120,7 +120,7 @@ export const AppearanceForm: FC<AppearanceFormProps> = ({
120
control={<Radio />}
121
label={
122
<div css={{ fontFamily: fontLabels[name] }}>
123
- IBM Plex Mono
+ {fontLabels[name]}
124
</div>
125
126
/>
0 commit comments