Fixed a bunch of color transition issues on theme switch

This commit is contained in:
Alexis
2025-08-04 21:48:57 +02:00
parent 9b8f48ad8e
commit 119968e7fc
10 changed files with 10 additions and 10 deletions

View File

@@ -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>