fix: use white hover color, remove transition to prevent CLS

This commit is contained in:
Arthur R Longbottom
2026-03-27 19:30:55 -05:00
parent 58b795b419
commit 2a065c5093

View File

@@ -51,7 +51,7 @@
v-else-if="!props.dotOnly && !hasNoLabel"
:class="
cn(
'truncate text-node-component-slot-text transition-colors duration-150 hover:text-muted-foreground',
'truncate text-node-component-slot-text hover:text-white',
hasError && 'font-medium text-error'
)
"