Skip to content

Commit c5147db

Browse files
committed
formatting
1 parent 3a6a745 commit c5147db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web/src/components/admin/connectors/Field.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ export function TextFormField({
211211
<div className={`w-full ${width}`}>
212212
<div className="flex gap-x-2 items-center">
213213
{!removeLabel && (
214-
<Label
215-
className={`${
216-
small ? "text-text-950" : "text-text-700 font-normal"
217-
} ${sizeClass.label}`}
218-
small={small}
219-
>
214+
<Label className={sizeClass.label} small={small}>
220215
{label}
221216
</Label>
222217
)}

0 commit comments

Comments
 (0)