fix :style attr for the searchbar
Some checks failed
Build and publish the docker image / build (push) Failing after 1m2s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-21 11:13:50 +03:00
parent 9b017e6153
commit 13df871685
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -25,7 +25,7 @@ export default {
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 ${theme.extend.colors.contrast}"
:style="`border: solid 1px ${theme.extend.colors.contrast}`"
/>
</div>
</template>