refactor: update share and reload icon

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-03-23 12:59:22 +05:30
parent b2bfa7e56f
commit 28b76dc73d
20 changed files with 37 additions and 29 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 !text-xs` })
return h(Icon, { class: `${color} mx-1`,style: { fontSize: '16px' } })
}
},
})