update placeholder color for the searcbar
All checks were successful
Build and publish the docker image / build (push) Successful in 1m16s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 12:32:47 +03:00
parent 38b831243e
commit 02e9936059

View File

@ -24,7 +24,7 @@ export default {
:placeholder="$t('main.search')"
v-model="searchInput"
@keyup.enter="redirectToSearch"
class="rounded-md text-white bg-black placeholder:text-black w-full outline-none"
class="rounded-md text-white bg-black placeholder:text-white w-full outline-none"
/>
</div>
</template>