FIx icon color
This commit is contained in:
parent
6b3dca96d4
commit
e2ee3cef1a
@ -94,7 +94,7 @@ const ImageSlider: React.FC<ImageSliderProps> = ({ images }) => {
|
|||||||
>
|
>
|
||||||
{isDownloading ? (
|
{isDownloading ? (
|
||||||
<svg
|
<svg
|
||||||
className="animate-spin h-5 w-5 text-white"
|
className="animate-spin h-5 w-5 text-black"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fill="none"
|
fill="none"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user