mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 05:27:11 +00:00
refactor: use material symbol icon
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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` })
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user