Skip to content

Commit 1f39b7b

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

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

src/lib/FormGroupLayoutLabel.tsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ const FormGroupLayoutLabel = <T extends FieldValues>(props: FormGroupLayoutLabel
3434
<Label check={checkboxLayout || switchLayout} for={fieldId} style={{ display: "flex", gap: 1 }} onClick={(e) => e.stopPropagation()}>
3535
{finalLabel}
3636
{tooltip && (
37-
<svg
38-
xmlns="http://www.w3.org/2000/svg"
39-
fill="none"
40-
viewBox="0 0 24 24"
41-
strokeWidth="1.5"
42-
stroke="currentColor"
43-
id={`Tooltip-${fieldId}`}
44-
className="tooltip--icon"
45-
width="24"
46-
height="24"
47-
>
48-
<path
49-
strokeLinecap="round"
50-
strokeLinejoin="round"
51-
d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"
52-
/>
53-
</svg>
37+
<svg
38+
xmlns="http://www.w3.org/2000/svg"
39+
fill="none"
40+
viewBox="0 0 24 24"
41+
strokeWidth="1.5"
42+
stroke="currentColor"
43+
id={`Tooltip-${fieldId}`}
44+
className="tooltip--icon"
45+
width="24"
46+
height="24"
47+
>
48+
<path
49+
strokeLinecap="round"
50+
strokeLinejoin="round"
51+
d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"
52+
/>
53+
</svg>
5454
)}
5555
</Label>
5656
{tooltip && (

0 commit comments

Comments
 (0)