fix: cleanup ui and improve consistency in input elements (#3494)

This commit is contained in:
Liyas Thomas
2023-11-06 10:56:15 +05:30
committed by GitHub
parent bdb63e99d5
commit 0aa5825d8b
4 changed files with 7 additions and 8 deletions

View File

@@ -18,13 +18,12 @@
"
>
<WorkspaceCurrent :section="t('tab.collections')" />
<HoppSmartInput
<input
v-model="filterTexts"
:placeholder="t('action.search')"
input-styles="py-2 pl-4 pr-2 bg-transparent !border-0"
type="search"
:autofocus="false"
autocomplete="off"
class="flex w-full p-4 py-2 bg-transparent h-8"
:placeholder="t('action.search')"
:disabled="collectionsType.type === 'team-collections'"
/>
</div>