mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web) dark mode (#867)
This commit is contained in:
@@ -60,12 +60,7 @@
|
||||
on:click|stopPropagation|preventDefault={showAlbumContextMenu}
|
||||
data-testid="context-button-parent"
|
||||
>
|
||||
<CircleIconButton
|
||||
logo={DotsVertical}
|
||||
size={'20'}
|
||||
hoverColor={'rgba(95,99,104, 0.5)'}
|
||||
logoColor={'#fdf8ec'}
|
||||
/>
|
||||
<CircleIconButton logo={DotsVertical} size={'20'} hoverColor={'rgba(95,99,104, 0.5)'} />
|
||||
</div>
|
||||
|
||||
<div class={`h-[275px] w-[275px] z-[-1]`}>
|
||||
@@ -78,11 +73,14 @@
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
<p class="text-sm font-medium text-gray-800" data-testid="album-name">
|
||||
<p
|
||||
class="text-sm font-medium text-gray-800 dark:text-immich-dark-primary"
|
||||
data-testid="album-name"
|
||||
>
|
||||
{album.albumName}
|
||||
</p>
|
||||
|
||||
<span class="text-xs flex gap-2" data-testid="album-details">
|
||||
<span class="text-xs flex gap-2 dark:text-immich-dark-fg" data-testid="album-details">
|
||||
<p>{album.assetCount} items</p>
|
||||
|
||||
{#if album.shared}
|
||||
|
||||
Reference in New Issue
Block a user