From 454a99edc22e273e7f88a08cea8b3444f01c546c Mon Sep 17 00:00:00 2001 From: Matheus Galvao Date: Mon, 24 Nov 2025 21:14:15 -0300 Subject: [PATCH 1/5] fix(web): update CSS to use design system tokens - Replace hardcoded colors with semantic tokens for dark mode support - Replace hardcoded spacing values with UI spacing tokens - Replace hardcoded border radius with UI radius tokens - Add proper modal component styles using design tokens - Remove inline styles from index.html modal footer Ensures full compliance with CodeSignal Design System (AGENTS.md) --- apps/web/index.html | 2 +- apps/web/src/workflow-editor.css | 175 +++++++++++++++++++++---------- 2 files changed, 121 insertions(+), 56 deletions(-) diff --git a/apps/web/index.html b/apps/web/index.html index f55e1b5..17cf8a2 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -102,7 +102,7 @@

Confirm Action

-