File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments