'How to change globe loading color in react-globe

I am using "react-globe": "5.0.2", npm along with "three": "^0.109.0", in react web app.But i was unable to change the globe color at the time of loading react globe. Please give options to change the loading color to white. Find the following option that I am using in the web app.

reflink :https://codesandbox.io/s/p5lwvkp7x

const options = { cameraRotateSpeed: 0.5, cameraAutoRotateSpeed: 0.7, focusAnimationDuration: 2000, pointLightIntensity: 2, enableMarkerTooltip: true, markerTooltipRenderer: (marker) => "Country: " + marker.city + "\n" + marker.name + ": " + marker.value, markerRadiusScaleRange: [0.02, 0.05], };



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source