fix(web): consistent combobox style + improve color contrast (#7353)

This commit is contained in:
Michel Heusschen 2024-02-22 19:08:55 +01:00 committed by GitHub
parent 2c9dd18f1b
commit 6bb30291de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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}