This commit is contained in:
Timothy J. Baek 2024-07-15 12:20:09 +02:00
parent 3cc3671e74
commit 5e8a74ef74

View File

@ -1037,7 +1037,9 @@
{#if action.icon_url}
<img
src={action.icon_url}
class="w-4 h-4 dark:invert-[80%]"
class="w-4 h-4 {action.icon_url.includes('svg')
? 'dark:invert-[80%]'
: ''}"
style="fill: currentColor;"
alt={action.name}
/>