Skip to content

Commit 5a4646b

Browse files
committed
fix(studio): make composition render buttons always visible
The hover-only opacity made them undiscoverable.
1 parent f5aa349 commit 5a4646b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/studio/src/components/sidebar/CompositionsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function CompCard({
218218
className={`flex-shrink-0 p-1 rounded transition-colors ${
219219
isRendering
220220
? "text-neutral-600 cursor-not-allowed"
221-
: "text-neutral-500 hover:text-studio-accent hover:bg-neutral-800 opacity-0 group-hover/card:opacity-100"
221+
: "text-neutral-600 hover:text-studio-accent hover:bg-neutral-800"
222222
}`}
223223
>
224224
<svg

0 commit comments

Comments
 (0)