mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: detail panel background (#18269)
This commit is contained in:
parent
68f6111b77
commit
0cd51ae9c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue