mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
consistent themed image loading indicator background color
This commit is contained in:
parent
a894847ff0
commit
fedc3156e8
@ -14,7 +14,7 @@ export default function ImageLoadingIndicator({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return isSafari ? (
|
return isSafari ? (
|
||||||
<div className={cn("pointer-events-none bg-gray-300", className)} />
|
<div className={cn("pointer-events-none bg-background_alt", className)} />
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className={cn("pointer-events-none", className)} />
|
<Skeleton className={cn("pointer-events-none", className)} />
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user