Skip to content

Commit 26be6a8

Browse files
committed
fix: add margin to custom action button icon
1 parent 968602b commit 26be6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<button
181181
@click="startCustomAction(action.id, row)"
182182
>
183-
<component v-if="action.icon" :is="getIcon(action.icon)" class="w-5 h-5 text-lightPrimary dark:text-darkPrimary"></component>
183+
<component v-if="action.icon" :is="getIcon(action.icon)" class="w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary"></component>
184184
</button>
185185
<template v-slot:tooltip>
186186
{{ action.name }}

0 commit comments

Comments
 (0)