fixed comfyui
This commit is contained in:
@@ -126,7 +126,7 @@ const showStyleSelectorView = ref(false);
|
||||
}
|
||||
|
||||
.context-menu li:hover {
|
||||
background: var(--color-text); /* Adjust hover background for dark mode */
|
||||
color: var(--color-background); /* Adjust hover text color for dark mode */
|
||||
@apply hover:bg-gray-100 dark:hover:bg-gray-700;
|
||||
@apply dark:hover:text-gray-400;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user