i dont understand
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 11:22:35 +03:00
parent 13df871685
commit 9c27a9c8e1
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -25,7 +25,7 @@ export default {
v-model="searchInput" v-model="searchInput"
@keyup.enter="redirectToSearch" @keyup.enter="redirectToSearch"
class="rounded-md p-1 pl-8 w-56 text-white bg-black placeholder:text-white w-full outline-none" class="rounded-md p-1 pl-8 w-56 text-white bg-black placeholder:text-white w-full outline-none"
:style="`border: solid 1px ${theme.extend.colors.contrast}`" style="border: solid 1px #151515;"
/> />
</div> </div>
</template> </template>