refactor(ui): better tabs

This commit is contained in:
liyasthomas
2021-08-22 00:39:05 +05:30
parent 08fe4ae71f
commit 0fb0ae1826
33 changed files with 394 additions and 330 deletions

View File

@@ -2,7 +2,7 @@
<AppSection label="history">
<div
class="
bg-primaryLight
bg-primary
border-b border-dividerLight
flex
top-sidebarPrimaryStickyFold
@@ -14,7 +14,7 @@
<input
v-model="filterText"
type="search"
class="bg-primaryLight flex w-full py-2 pr-2 pl-9"
class="bg-primary flex w-full py-2 pr-2 pl-10"
:placeholder="$t('action.search')"
/>
</div>