chrisrzhou / react-globe

Create beautiful and interactive React + ThreeJS globe visualizations with ease.
https://react-globe.netlify.app/
MIT License
306 stars 54 forks source link

Tooltip Styles #36

Closed haveamission closed 4 years ago

haveamission commented 4 years ago

Is there any way to change tooltip styles?

haveamission commented 4 years ago

Apparently this can work to style it:

 #tippy-1 {
     background-color: black;
     color: white;
 }
haveamission commented 4 years ago

Oh, there's instructions on the NPM page:

import 'tippy.js/dist/tippy.css'; import 'tippy.js/animations/scale.css';