From b7656cf8ebebf7c1930c695f228d046c7a7a55cf Mon Sep 17 00:00:00 2001 From: "kevinguevaradevia@gmail.com" Date: Tue, 2 Jun 2026 15:27:01 -0500 Subject: [PATCH] feat(ui): apply brand identity colors, typography, and contextual toolbar --- index.html | 5 +- src/components/StudioProperties.tsx | 4 +- .../properties/ImageLayersPanel.tsx | 9 ++ src/components/studio/StudioEditor.tsx | 11 +++ src/components/ui/FloatingContextToolbar.tsx | 94 +++++++++++++++++++ src/index.css | 9 ++ 6 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 src/components/ui/FloatingContextToolbar.tsx diff --git a/index.html b/index.html index cea45e9..53ba46c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,10 @@ - Remix — Editor de Branding Automatizado + Bradly — Especialista en Contenido de Marca + + + diff --git a/src/components/StudioProperties.tsx b/src/components/StudioProperties.tsx index 4369e93..09bd24e 100644 --- a/src/components/StudioProperties.tsx +++ b/src/components/StudioProperties.tsx @@ -85,9 +85,9 @@ export const StudioProperties: React.FC = ({ const isImageMode = outputFormat === 'image'; return ( -