From 62fa0e8caa683ee58b4218bc8e601fe94d0ffe30 Mon Sep 17 00:00:00 2001 From: Andrew Aquino Date: Thu, 5 Feb 2026 12:01:03 -0800 Subject: [PATCH] fix: set content-primary text color instead of hardcoding white text (#21908) fixes #21735 Removes all instances of `.text-white` from the codebase. Storybook stories where I verified these fixes: component | story ---|--- Markdown.tsx: `MarkdownGfmAlert` | http://localhost:6006/?path=/story/components-markdown--gfm-alerts&globals=theme:light TaskPrompt.tsx: `ExternalAuthButtons` | http://localhost:6006/?path=/story/modules-tasks-taskprompt--missing-external-auth&globals=theme:light `UserGroupsCell` | http://localhost:6006/?path=/story/pages-userspage--loaded&globals=theme:light `Notifications`| http://localhost:6006/?path=/story/pages-workspacepage-workspacenotifications--outdated&globals=theme:light --- site/src/components/Markdown/Markdown.tsx | 2 +- site/src/modules/tasks/TaskPrompt/TaskPrompt.tsx | 2 +- site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx | 2 +- .../WorkspacePage/WorkspaceNotifications/Notifications.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/src/components/Markdown/Markdown.tsx b/site/src/components/Markdown/Markdown.tsx index d131861e35..10ab700b59 100644 --- a/site/src/components/Markdown/Markdown.tsx +++ b/site/src/components/Markdown/Markdown.tsx @@ -342,7 +342,7 @@ const MarkdownGfmAlert: FC = ({