We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205dd6a commit a49ab79Copy full SHA for a49ab79
src/components/rightSidePanel/RightSidePanel.vue
@@ -108,10 +108,9 @@ watchEffect(() => {
108
v-if="isSubgraphNode"
109
type="transparent"
110
size="sm"
111
- class="bg-secondary-background hover:bg-secondary-background-hover text-base-foreground"
112
:class="
113
cn(
114
- 'bg-secondary-background hover:bg-secondary-background-hover',
+ 'bg-secondary-background hover:bg-secondary-background-hover text-base-foreground',
115
isEditingSubgraph
116
? 'bg-secondary-background-selected'
117
: 'bg-secondary-background'
0 commit comments