Skip to content

Commit ae357ee

Browse files
committed
update tag dialog to use label switch
Signed-off-by: sharpd <davidsharp7@gmail.com>
1 parent abfcb3a commit ae357ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/src/components/jobs/JobTags.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ const JobTags: React.FC<IProps> = (props) => {
216216
}}
217217
>
218218
<DialogContent>
219-
<MQText heading bottomMargin>
219+
<MQText label sx={{ fontSize: '1.25rem' }} bottomMargin>
220220
Select a Tag to change
221221
</MQText>
222-
<MQText subheading>Tag</MQText>
222+
<MQText label sx={{ fontSize: '0.85rem' }}>Tag</MQText>
223223
<Autocomplete
224224
options={tagData.map((option) => option.name)}
225225
autoSelect
@@ -243,7 +243,7 @@ const JobTags: React.FC<IProps> = (props) => {
243243
/>
244244
)}
245245
/>
246-
<MQText subheading bottomMargin>
246+
<MQText label sx={{ fontSize: '0.85rem' }} bottomMargin>
247247
Description
248248
</MQText>
249249
<TextField

0 commit comments

Comments
 (0)