feat: close button
This commit is contained in:
parent
da52927f9e
commit
aeae427981
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ defineProps<{
|
|||
@click="(e) => $emit('click', e)"
|
||||
v-bind="{ ...$props, ...$attrs }"
|
||||
icon="mdi-close"
|
||||
color="var(--gray-7-hsl)"
|
||||
:title="iconOnly ? $t('general.clear') : undefined"
|
||||
color="var(--negative-bg)"
|
||||
:title="iconOnly ? $t('general.close') : undefined"
|
||||
>
|
||||
{{ $t('general.clear') }}
|
||||
{{ $t('general.close') }}
|
||||
</MainButton>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue