Hi Junior,
Just place the following CSS in your theme:
.tippy-popper[x-placement^=right] .tippy-arrow {
border-right-color: white;
}
.tippy-popper[x-placement^=left] .tippy-arrow {
border-left-color: white;
}
.tippy-popper[x-placement^=top] .tippy-arrow {
border-top-color: white;
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
border-bottom-color: white;
}
.tippy-popper .tippy-content .tooltip,
.tippy-tooltip {
color: black;
background-color: white;
}
Hope it helps.
Regards,
João