update placeholder color for the searcbar
All checks were successful
Build and publish the docker image / build (push) Successful in 1m16s
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:
parent
38b831243e
commit
02e9936059
@ -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"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user