From 6d4b7d39710c90f21af2f8a40f5206929ef47711 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 6 Mar 2026 22:41:01 +1300 Subject: [PATCH] style: use dark button style with icons for Run/Apply buttons Match the existing panel button style (bg-neutral-700, border, compact sizing) instead of full-width blue. Add play triangle icon for Run buttons and checkmark icon for the Apply button. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/ControlPanel.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/nodes/ControlPanel.tsx b/src/components/nodes/ControlPanel.tsx index eedfed71..7ed0c3ee 100644 --- a/src/components/nodes/ControlPanel.tsx +++ b/src/components/nodes/ControlPanel.tsx @@ -485,8 +485,9 @@ function GenerateImageControls({ node }: { node: Node }) { @@ -586,8 +587,9 @@ function GenerateVideoControls({ node }: { node: Node }) { @@ -689,8 +691,9 @@ function Generate3DControls({ node }: { node: Node }) { @@ -719,8 +722,9 @@ function GenerateAudioControls({ node }: { node: Node }) { @@ -835,8 +839,9 @@ function LLMControls({ node }: { node: Node }) { @@ -935,8 +940,9 @@ function EaseCurveControls({ node }: { node: Node }) {