We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968602b commit 26be6a8Copy full SHA for 26be6a8
adminforth/spa/src/components/ResourceListTable.vue
@@ -180,7 +180,7 @@
180
<button
181
@click="startCustomAction(action.id, row)"
182
>
183
- <component v-if="action.icon" :is="getIcon(action.icon)" class="w-5 h-5 text-lightPrimary dark:text-darkPrimary"></component>
+ <component v-if="action.icon" :is="getIcon(action.icon)" class="w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary"></component>
184
</button>
185
<template v-slot:tooltip>
186
{{ action.name }}
0 commit comments