diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 62ab8de..664e573 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 #151515;" />