We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfcb3a commit ae357eeCopy full SHA for ae357ee
1 file changed
web/src/components/jobs/JobTags.tsx
@@ -216,10 +216,10 @@ const JobTags: React.FC<IProps> = (props) => {
216
}}
217
>
218
<DialogContent>
219
- <MQText heading bottomMargin>
+ <MQText label sx={{ fontSize: '1.25rem' }} bottomMargin>
220
Select a Tag to change
221
</MQText>
222
- <MQText subheading>Tag</MQText>
+ <MQText label sx={{ fontSize: '0.85rem' }}>Tag</MQText>
223
<Autocomplete
224
options={tagData.map((option) => option.name)}
225
autoSelect
@@ -243,7 +243,7 @@ const JobTags: React.FC<IProps> = (props) => {
243
/>
244
)}
245
246
- <MQText subheading bottomMargin>
+ <MQText label sx={{ fontSize: '0.85rem' }} bottomMargin>
247
Description
248
249
<TextField
0 commit comments