i fucking hate js yeah fuck you
All checks were successful
Build and publish the docker image / build (push) Successful in 1m22s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 11:59:01 +03:00
parent 9c27a9c8e1
commit 34a23278d4
5 changed files with 8 additions and 9 deletions

View File

@ -24,8 +24,7 @@ export default {
:placeholder="$t('main.search')"
v-model="searchInput"
@keyup.enter="redirectToSearch"
class="rounded-md p-1 pl-8 w-56 text-white bg-black placeholder:text-white w-full outline-none"
style="border: solid 1px #151515;"
class="rounded-md px-2 text-black bg-white placeholder:text-black w-full outline-none"
/>
</div>
</template>