im fucking losing it
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 12:26:15 +03:00
parent b3a8c61d88
commit 38b831243e
6 changed files with 8 additions and 15 deletions

View File

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