From 13df871685e367516cb1a5f2348c9c6f8c9a4f8b Mon Sep 17 00:00:00 2001 From: ngn Date: Tue, 21 Jan 2025 11:13:50 +0300 Subject: [PATCH] fix :style attr for the searchbar Signed-off-by: ngn --- src/components/SearchBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index e34d671..62ab8de 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -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}`" />