From 234f551e3f0b50d482cde1faca827a98517defd4 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Sun, 8 Mar 2026 12:37:58 -0700 Subject: [PATCH] fix(desktop): restore popover colors on new workspace modal The switch from CommandDialog to Dialog/DialogContent in #2225 lost the bg-popover/text-popover-foreground colors that Command previously provided, causing the modal background to use bg-background instead. --- .../renderer/components/NewWorkspaceModal/NewWorkspaceModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/renderer/components/NewWorkspaceModal/NewWorkspaceModal.tsx b/apps/desktop/src/renderer/components/NewWorkspaceModal/NewWorkspaceModal.tsx index 3a3fd6aeeab..099089e4002 100644 --- a/apps/desktop/src/renderer/components/NewWorkspaceModal/NewWorkspaceModal.tsx +++ b/apps/desktop/src/renderer/components/NewWorkspaceModal/NewWorkspaceModal.tsx @@ -51,7 +51,7 @@ export function NewWorkspaceModal() {