diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 6ac8aac..b5ae916 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -24,7 +24,7 @@ export default { :placeholder="$t('main.search')" v-model="searchInput" @keyup.enter="redirectToSearch" - class="rounded-md text-white bg-black placeholder:text-black w-full outline-none" + class="rounded-md text-white bg-black placeholder:text-white w-full outline-none" />