Skip to content

Commit 1aaaf00

Browse files
committed
adjust label styling
1 parent c3b5532 commit 1aaaf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/TasksPage/TasksPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
343343
<div className="flex flex-col gap-1">
344344
<label
345345
htmlFor="templateID"
346-
className="text-xs text-content-secondary"
346+
className="text-xs font-medium text-content-primary"
347347
>
348348
Template
349349
</label>
@@ -377,7 +377,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
377377
<div className="flex flex-col gap-1">
378378
<label
379379
htmlFor="presetID"
380-
className="text-xs text-content-secondary"
380+
className="text-xs font-medium text-content-primary"
381381
>
382382
Preset
383383
</label>

0 commit comments

Comments
 (0)