fix light mode icon colors on primary buttons

This commit is contained in:
Gregor Vostrak
2025-03-30 16:48:00 +02:00
parent 992d8945df
commit d202bd9c47

View File

@@ -30,7 +30,7 @@ const props = withDefaults(
<component
:is="props.icon"
v-if="props.icon && !loading"
class="text-text-secondary w-4 -ml-0.5 mr-1"></component>
class="w-4 -ml-0.5 mr-1"></component>
<span>
<slot />
</span>