From 95840a4fe34caa7acae34795d48cf8f4dcd9f58e Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Fri, 10 Jul 2026 13:49:47 -0300 Subject: [PATCH] fix(dark mode): stop .text-info being hijacked to purple An unscoped `.text-info { color: $primary !important }` in _alert.scss (added in 2022 for two webhook doc links) forced every .text-info to purple globally, overriding the info-blue token. Move those two links to .text-action (the correct interactive/link colour) and remove the override, so .text-info resolves to --color-text-info again. Contributes to #6606 Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/web/components/modals/CreateAuditLogWebhook.tsx | 2 +- frontend/web/components/modals/CreateWebhook.tsx | 2 +- frontend/web/styles/project/_alert.scss | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/web/components/modals/CreateAuditLogWebhook.tsx b/frontend/web/components/modals/CreateAuditLogWebhook.tsx index 74a3a38b2bd4..1bcc29c016d4 100644 --- a/frontend/web/components/modals/CreateAuditLogWebhook.tsx +++ b/frontend/web/components/modals/CreateAuditLogWebhook.tsx @@ -104,7 +104,7 @@ const CreateAuditLogWebhook: React.FC = ({