Commit 5e8a74ef authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 3cc3671e
...@@ -1037,7 +1037,9 @@ ...@@ -1037,7 +1037,9 @@
{#if action.icon_url} {#if action.icon_url}
<img <img
src={action.icon_url} 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;" style="fill: currentColor;"
alt={action.name} alt={action.name}
/> />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment