mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 02:32:15 +01:00
fix light mode icon colors on primary buttons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user