refactor(ui): better button, tab caomponents

This commit is contained in:
liyasthomas
2021-08-22 12:58:43 +05:30
parent 22e73a4d83
commit 1bea0a42d7
18 changed files with 56 additions and 75 deletions

View File

@@ -118,15 +118,14 @@
collectionsType.selectedTeam.myRole == 'VIEWER')
"
v-tippy="{ theme: 'tooltip' }"
disabled
:title="$t('team.no_access')"
:label="$t('add.new')"
outline
filled
/>
<ButtonSecondary
v-else
outline
:label="$t('add.new')"
filled
@click.native="displayModalAdd(true)"
/>
</div>