fix :style attr for the searchbar
Some checks failed
Build and publish the docker image / build (push) Failing after 1m2s
Some checks failed
Build and publish the docker image / build (push) Failing after 1m2s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
9b017e6153
commit
13df871685
@ -25,7 +25,7 @@ export default {
|
|||||||
v-model="searchInput"
|
v-model="searchInput"
|
||||||
@keyup.enter="redirectToSearch"
|
@keyup.enter="redirectToSearch"
|
||||||
class="rounded-md p-1 pl-8 w-56 text-white bg-black placeholder:text-white w-full outline-none"
|
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}`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user