mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Adjusting dark mode color on the web admin panel
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
				</tr>
 | 
			
		||||
			</thead>
 | 
			
		||||
			<tbody
 | 
			
		||||
				class="overflow-y-auto rounded-md w-full max-h-[320px] block border bg-white dark:border-immich-dark-gray dark:bg-[#e5e5e5] dark:text-immich-dark-bg"
 | 
			
		||||
				class="overflow-y-auto rounded-md w-full max-h-[320px] block border bg-white dark:border-immich-dark-gray dark:bg-immich-dark-gray/75 dark:text-immich-dark-fg"
 | 
			
		||||
			>
 | 
			
		||||
				<tr class="text-center flex place-items-center w-full h-[60px]">
 | 
			
		||||
					<td class="text-sm px-2 w-1/3 text-ellipsis">{jobStatus ? 'Active' : 'Idle'}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user