remove searchbar bg and just use bottom border
All checks were successful
Build and publish the docker image / build (push) Successful in 1m18s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-21 12:14:08 +03:00
parent 34a23278d4
commit b3a8c61d88
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

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