refactor(ui): better spacing and font-weight
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
border-t border-dividerLight
|
||||
cursor-pointer
|
||||
flex
|
||||
font-medium
|
||||
font-semibold
|
||||
w-full
|
||||
py-2
|
||||
px-4
|
||||
|
||||
@@ -126,12 +126,14 @@
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="$t('team.no_access')"
|
||||
:label="$t('add.new')"
|
||||
class="mb-4"
|
||||
filled
|
||||
/>
|
||||
<ButtonSecondary
|
||||
v-else
|
||||
:label="$t('add.new')"
|
||||
filled
|
||||
class="mb-4"
|
||||
@click.native="displayModalAdd(true)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user