refactor: default border color (#18292)

This commit is contained in:
Jason Rasmussen
2025-05-14 14:12:57 -04:00
committed by GitHub
parent 7d95bad5cb
commit f357f3324f
5 changed files with 11 additions and 9 deletions

View File

@@ -65,9 +65,7 @@
</div>
{#if title || buttons}
<div
class="absolute flex h-16 w-full place-items-center justify-between border-b p-2 dark:border-immich-dark-gray dark:text-immich-dark-fg"
>
<div class="absolute flex h-16 w-full place-items-center justify-between border-b p-2 text-dark">
<div class="flex gap-2 items-center">
{#if title}
<div class="font-medium outline-none" tabindex="-1" id={headerId}>{title}</div>