We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4f760 commit d23f757Copy full SHA for d23f757
src/lib/components/AddServerModal.svelte
@@ -251,7 +251,7 @@
251
<div class="flex gap-2">
252
<div class="flex-shrink-0 self-start">
253
<select
254
- class="w-full text-sm bg-transparent placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden pr-5"
+ class="w-full text-sm bg-transparent dark:bg-gray-900 placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden pr-5"
255
bind:value={auth_type}
256
>
257
<option value="bearer">Bearer</option>
0 commit comments