chore: cleanup

This commit is contained in:
liyasthomas
2021-08-27 09:37:29 +05:30
parent 46eb7d6786
commit bba4d7fcd9
39 changed files with 104 additions and 110 deletions

View File

@@ -18,7 +18,7 @@
type="text"
autofocus
class="
bg-primary
bg-transparent
border-b border-transparent
cursor-pointer
flex

View File

@@ -19,7 +19,7 @@
v-model="filterText"
type="search"
:placeholder="$t('action.search')"
class="bg-primary flex w-full py-2 pr-2 pl-10"
class="bg-transparent flex w-full py-2 pr-2 pl-10"
/>
</div>
<div class="flex flex-1 justify-between">

View File

@@ -21,7 +21,7 @@
v-model="filterText"
type="search"
:placeholder="$t('action.search')"
class="bg-primary flex w-full py-2 pr-2 pl-10"
class="bg-transparent flex w-full py-2 pr-2 pl-10"
/>
</div>
<CollectionsChooseType