Fixed a bunch of color transition issues on theme switch
This commit is contained in:
@@ -12,7 +12,7 @@ const props = defineProps<{
|
||||
role="link"
|
||||
aria-disabled="true"
|
||||
aria-current="page"
|
||||
:class="cn('font-normal text-foreground', props.class)"
|
||||
:class="cn('font-normal text-foreground transition-colors', props.class)"
|
||||
>
|
||||
<slot />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user