mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-05-23 16:29:46 +02:00
fix missing darkmode corners on TextFieldMultiSelect
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
{#each filteredOptions as option}
|
||||
<li>
|
||||
<button
|
||||
class="w-full text-left bg-slate-100 dark:bg-gray-600 rounded-md text-gray-600 dark:text-gray-200 hover:bg-grayblue-dark dark:hover:bg-gray-500 hover:text-white py-2 px-2 cursor-pointer transition-colors duration-200"
|
||||
class="w-full text-left bg-slate-100 dark:bg-gray-700 rounded-md text-gray-600 dark:text-gray-200 hover:bg-grayblue-dark dark:hover:bg-gray-500 hover:text-white py-2 px-2 cursor-pointer transition-colors duration-200"
|
||||
on:click={() => {
|
||||
onClickSelectedOption(option);
|
||||
}}
|
||||
@@ -186,7 +186,7 @@
|
||||
{/each}
|
||||
{:else}
|
||||
<li
|
||||
class="w-full bg-slate-100 dark:bg-gray-600 rounded-md text-gray-600 dark:text-gray-300 py-2 px-2 transition-colors duration-200"
|
||||
class="w-full bg-slate-100 dark:bg-gray-700 text-gray-600 dark:text-gray-300 py-2 px-2 transition-colors duration-200"
|
||||
>
|
||||
List is empty
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user