mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 08:30:03 +09:00
fix(web): consistent combobox style + improve color contrast (#7353)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user