From 17613f42d14c25c615faa6bb08b55f14a89cad77 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Fri, 24 Apr 2026 11:09:18 +0200 Subject: [PATCH] fix: style apply-to-existing buttons as primary blue actions --- frontend/src/components/modals/CustomStyleModal.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/modals/CustomStyleModal.tsx b/frontend/src/components/modals/CustomStyleModal.tsx index 6f6360c..a0e0cb3 100644 --- a/frontend/src/components/modals/CustomStyleModal.tsx +++ b/frontend/src/components/modals/CustomStyleModal.tsx @@ -172,8 +172,7 @@ function NodeEditor({ nodeType, style, onChange, onApplyToExisting }: NodeEditor