Browse Source

chore: fix bg classes for dark mode (#1404)

Jason Rasmussen 2 years ago
parent
commit
a6f7fdba4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/lib/components/album-page/thumbnail-selection.svelte

+ 1 - 1
web/src/lib/components/album-page/thumbnail-selection.svelte

@@ -22,7 +22,7 @@
 
 
 <section
 <section
 	transition:fly={{ y: 500, duration: 100, easing: quintOut }}
 	transition:fly={{ y: 500, duration: 100, easing: quintOut }}
-	class="absolute top-0 left-0 w-full h-full py-[160px]  bg-immich-bg z-[9999]"
+	class="absolute top-0 left-0 w-full h-full py-[160px] bg-immich-bg dark:bg-immich-dark-bg z-[9999]"
 >
 >
 	<ControlAppBar on:close-button-click={() => dispatch('close')}>
 	<ControlAppBar on:close-button-click={() => dispatch('close')}>
 		<svelte:fragment slot="leading">
 		<svelte:fragment slot="leading">