Skip to content

Commit ca9f9f3

Browse files
Update FormGroupLayoutLabel.tsx
1 parent 1f39b7b commit ca9f9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/FormGroupLayoutLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const FormGroupLayoutLabel = <T extends FieldValues>(props: FormGroupLayoutLabel
3838
xmlns="http://www.w3.org/2000/svg"
3939
fill="none"
4040
viewBox="0 0 24 24"
41-
strokeWidth="1.5"
41+
strokeWidth={1.5}
4242
stroke="currentColor"
4343
id={`Tooltip-${fieldId}`}
4444
className="tooltip--icon"

0 commit comments

Comments
 (0)