fix: detail panel background (#18269)

This commit is contained in:
Daniel Dietzler 2025-05-13 19:32:34 +02:00 committed by GitHub
parent 68f6111b77
commit 0cd51ae9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@
}
</script>
<section class="relative p-2 dark:bg-immich-dark-bg dark:text-immich-dark-fg">
<section class="relative p-2">
<div class="flex place-items-center gap-2">
<CircleIconButton icon={mdiClose} title={$t('close')} onclick={onClose} />
<p class="text-lg text-immich-fg dark:text-immich-dark-fg">{$t('info')}</p>