mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): consistent combobox style + improve color contrast (#7353)
This commit is contained in:
parent
2c9dd18f1b
commit
6bb30291de
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@
|
|||
checked={$locale == undefined}
|
||||
on:toggle={handleToggleLocaleBrowser}
|
||||
>
|
||||
<p class="mt-2">{selectedDate}</p>
|
||||
<p class="mt-2 dark:text-gray-400">{selectedDate}</p>
|
||||
</SettingSwitch>
|
||||
</div>
|
||||
{#if $locale !== undefined}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue