fix: darkmode for selects

This commit is contained in:
Jannik Streidl 2024-03-05 09:15:22 +01:00
parent 5f5b6ec141
commit fcb991db63
3 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@
<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div>
<div class="flex items-center relative">
<select
class="w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right"
class="dark:bg-gray-900 w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right"
bind:value={lang}
placeholder="Select a language"
on:change={(e) => {