We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6a745 commit c5147dbCopy full SHA for c5147db
web/src/components/admin/connectors/Field.tsx
@@ -211,12 +211,7 @@ export function TextFormField({
211
<div className={`w-full ${width}`}>
212
<div className="flex gap-x-2 items-center">
213
{!removeLabel && (
214
- <Label
215
- className={`${
216
- small ? "text-text-950" : "text-text-700 font-normal"
217
- } ${sizeClass.label}`}
218
- small={small}
219
- >
+ <Label className={sizeClass.label} small={small}>
220
{label}
221
</Label>
222
)}
0 commit comments