diff --git a/src/routes/stock-screener/+page.svelte b/src/routes/stock-screener/+page.svelte index c256660c..9d538356 100644 --- a/src/routes/stock-screener/+page.svelte +++ b/src/routes/stock-screener/+page.svelte @@ -2865,7 +2865,7 @@ const handleKeyDown = (event) => { role="tooltip" > {
{:else} @@ -3054,7 +3054,7 @@ const handleKeyDown = (event) => { : ""} on:input={(e) => handleValueInput(e, row?.rule)} - class="ios-zoom-fix block max-w-[4.8rem] rounded-sm placeholder:text-gray-200 font-normal p-1 text-sm shadow-sm focus:border-blue-500 focus:ring-blue-500 bg-secondary" + class="ios-zoom-fix block max-w-[4.8rem] rounded-sm placeholder-gray-500 dark:placeholder:text-gray-200 font-normal p-1 text-sm shadow-sm focus:border-blue-500 focus:ring-blue-500 bg-white dark:bg-secondary" /> {/if} @@ -3128,8 +3128,8 @@ const handleKeyDown = (event) => { 'country', ]?.includes(row?.rule) ? 'hidden' - : ''} absolute fixed sticky w-full border-0 bg-default border-b border-gray-200 - focus:border-gray-200 focus:ring-0 placeholder:text-gray-300" + : ''} absolute fixed sticky w-full border-0 bg-white dark:bg-default border-b border-gray-200 + focus:border-gray-200 focus:ring-0 placeholder:text-gray-500 dark:placeholder:text-gray-300" type="search" placeholder="Search..." /> @@ -3141,7 +3141,7 @@ const handleKeyDown = (event) => { {#if ruleCondition[row?.rule] === "between"} {#if newValue && row?.step[index + 1]}