mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
fix light mode icon colors on primary buttons
This commit is contained in:
@@ -30,7 +30,7 @@ const props = withDefaults(
|
|||||||
<component
|
<component
|
||||||
:is="props.icon"
|
:is="props.icon"
|
||||||
v-if="props.icon && !loading"
|
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>
|
<span>
|
||||||
<slot />
|
<slot />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user