atmosphere explorer

fix skeleton bg color

handle.invalid 239337fb a5b428c6

verified
+1 -1
+1 -1
src/components/json.tsx
··· 292 292 <Show 293 293 when={imageObjectUrl()} 294 294 fallback={ 295 - <div class="flex h-48 w-48 items-center justify-center rounded bg-neutral-100 dark:bg-neutral-800"> 295 + <div class="flex h-48 w-48 items-center justify-center rounded bg-neutral-200 dark:bg-neutral-800"> 296 296 <span class="iconify lucide--loader-circle animate-spin text-xl text-neutral-400 dark:text-neutral-500"></span> 297 297 </div> 298 298 }