Fixed a bunch of color transition issues on theme switch
This commit is contained in:
@@ -19,6 +19,6 @@ const delegatedProps = computed(() => {
|
||||
<template>
|
||||
<DropdownMenuSeparator
|
||||
v-bind="delegatedProps"
|
||||
:class="cn('-mx-1 my-1 h-px bg-muted', props.class)"
|
||||
:class="cn('-mx-1 my-1 h-px bg-muted transition-colors', props.class)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user