remove searchbar bg and just use bottom border
All checks were successful
Build and publish the docker image / build (push) Successful in 1m18s
All checks were successful
Build and publish the docker image / build (push) Successful in 1m18s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
34a23278d4
commit
b3a8c61d88
@ -24,7 +24,8 @@ export default {
|
||||
:placeholder="$t('main.search')"
|
||||
v-model="searchInput"
|
||||
@keyup.enter="redirectToSearch"
|
||||
class="rounded-md px-2 text-black bg-white placeholder:text-black w-full outline-none"
|
||||
class="rounded-md text-white bg-none placeholder:text-black w-full outline-none"
|
||||
style="border-bottom: solid 1px white"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user