refactor: use material symbol icon

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-03-24 18:41:51 +05:30
parent abfd7af4d9
commit d29f31b92d
16 changed files with 201 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ export default defineComponent({
const { icon: Icon, color } = renderIcon(column.value, relationColumn)
return h(Icon, { class: `${color} mx-1`, style: { fontSize: '16px' } })
return h(Icon, { class: `${color} mx-1` })
}
},
})