davidhu2000 / react-spinners

A collection of loading spinner components for react
https://www.davidhu.io/react-spinners
MIT License
3k stars 260 forks source link

HashLoader rgb color hides 2 lines #582

Closed Legend999 closed 1 week ago

Legend999 commented 3 months ago

Package Version 0.13.8

Describe the bug When assigning rgb color to HashLoader like this <HashLoader color="rgb(171, 193, 134)" /> only 2 lines are visible and animating. (corresponding HEX value #abc186 works fine)

To Reproduce https://codesandbox.io/p/devbox/lucid-tom-vql768-sqpfd9

Expected behavior All 4 HashLoader lines should be visible.

Screenshots image