From fedc3156e89ca2d3c3e154a61873775199061e8a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:04:36 -0500 Subject: [PATCH] consistent themed image loading indicator background color --- web/src/components/indicators/ImageLoadingIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/indicators/ImageLoadingIndicator.tsx b/web/src/components/indicators/ImageLoadingIndicator.tsx index f9cd8e3bc..74002e917 100644 --- a/web/src/components/indicators/ImageLoadingIndicator.tsx +++ b/web/src/components/indicators/ImageLoadingIndicator.tsx @@ -14,7 +14,7 @@ export default function ImageLoadingIndicator({ } return isSafari ? ( -
+ ) : (