@@ -16,7 +16,7 @@ exports[`tooltip props basic tooltip 1`] = `
1616 Hello World!
1717 <div
1818 class = " react-tooltip-arrow"
19- style = " left: -1px; bottom: -4px;"
19+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
2020 />
2121 </div >
2222</div >
@@ -40,7 +40,7 @@ exports[`tooltip props clickable tooltip 1`] = `
4040 </button >
4141 <div
4242 class = " react-tooltip-arrow"
43- style = " left: -1px; bottom: -4px;"
43+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
4444 />
4545 </div >
4646</div >
@@ -62,7 +62,7 @@ exports[`tooltip props tooltip with custom position 1`] = `
6262 Hello World!
6363 <div
6464 class = " react-tooltip-arrow"
65- style = " left: -1px; bottom: -4px;"
65+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
6666 />
6767 </div >
6868</div >
@@ -94,7 +94,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
9494 Hello World!
9595 <div
9696 class = " react-tooltip-arrow"
97- style = " left: -1px; bottom: -4px;"
97+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
9898 />
9999 </div >
100100</div >
@@ -116,7 +116,7 @@ exports[`tooltip props tooltip with disableTooltip return false 1`] = `
116116 Hello World!
117117 <div
118118 class = " react-tooltip-arrow"
119- style = " left: -1px; bottom: -4px;"
119+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
120120 />
121121 </div >
122122</div >
@@ -138,7 +138,7 @@ exports[`tooltip props tooltip with float 1`] = `
138138 Hello World!
139139 <div
140140 class = " react-tooltip-arrow"
141- style = " left: -1px; bottom: -4px;"
141+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
142142 />
143143 </div >
144144</div >
@@ -165,7 +165,7 @@ exports[`tooltip props tooltip with html 1`] = `
165165 </span >
166166 <div
167167 class = " react-tooltip-arrow"
168- style = " left: -1px; bottom: -4px;"
168+ style = " --rt-arrow-size: 8px; left: -1px; bottom: -4px;"
169169 />
170170 </div >
171171</div >
@@ -187,7 +187,7 @@ exports[`tooltip props tooltip with place 1`] = `
187187 Hello World!
188188 <div
189189 class = " react-tooltip-arrow"
190- style = " left: -4px; top: -1px;"
190+ style = " --rt-arrow-size: 8px; left: -4px; top: -1px;"
191191 />
192192 </div >
193193</div >
0 commit comments