fix: button icons

This commit is contained in:
Liyas Thomas
2021-07-05 12:56:00 +00:00
committed by GitHub
parent 069b26bdc4
commit fde5b0717d
52 changed files with 463 additions and 759 deletions

View File

@@ -2,8 +2,7 @@
<SmartModal v-if="show" @close="hideModal">
<template #header>
<h3 class="heading">{{ $t("new_team") }}</h3>
<ButtonSecondary @click.native="hideModal" />
<i class="material-icons">close</i>
<ButtonSecondary icon="close" @click.native="hideModal" />
</template>
<template #body>
<ul>