I am trying to use https://github.com/davidhu2000/react-spinners
and when I use it, the spinner is not aligned with text

<LoadingOverlay active={!this.state.isLoaded} spinner={<PulseLoader color={"var(--bluePrimary)"} />} text="Loading data..." fadeSpeed={0} styles={{ wrapper: { width: "100%", height: "100%" } }} >