Skip to content

Commit 1b7fbb7

Browse files
committed
cleanup: Button classes.
1 parent aecfde2 commit 1b7fbb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/rightSidePanel/RightSidePanel.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ watchEffect(() => {
108108
v-if="isSubgraphNode"
109109
type="transparent"
110110
size="sm"
111-
class="bg-secondary-background hover:bg-secondary-background-hover text-base-foreground"
112111
:class="
113112
cn(
114-
'bg-secondary-background hover:bg-secondary-background-hover',
113+
'bg-secondary-background hover:bg-secondary-background-hover text-base-foreground',
115114
isEditingSubgraph
116115
? 'bg-secondary-background-selected'
117116
: 'bg-secondary-background'

0 commit comments

Comments
 (0)