refactor(ui): better remove, delete icons, and select components

This commit is contained in:
liyasthomas
2021-08-18 13:30:01 +05:30
parent 4f5de51104
commit b9c233cdf9
37 changed files with 130 additions and 121 deletions

View File

@@ -77,9 +77,9 @@
"
/>
<SmartItem
icon="remove_circle_outline"
icon="delete"
color="red"
:label="$t('delete')"
:label="$t('action.delete')"
@click.native="
confirmRemove = true
$refs.options.tippy().hide()