From 32cb42d1eb98cfcde8cad7d6fb9e42a2f57dec07 Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:44:02 -0600 Subject: [PATCH] re-add color to WorkspaceSwitchingIndicator --- .../workspaces/components/WorkspaceSwitchingIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/workspaces/components/WorkspaceSwitchingIndicator.tsx b/src/features/workspaces/components/WorkspaceSwitchingIndicator.tsx index f3d6516548..0fce811e5a 100644 --- a/src/features/workspaces/components/WorkspaceSwitchingIndicator.tsx +++ b/src/features/workspaces/components/WorkspaceSwitchingIndicator.tsx @@ -70,7 +70,7 @@ class WorkspaceSwitchingIndicator extends Component { return (
- +

{`${intl.formatMessage(messages.switchingTo)} ${nextWorkspaceName}`}