From 517cea93e5af07ec2f75e650700b76f43d659105 Mon Sep 17 00:00:00 2001 From: James Kerr Date: Mon, 11 Dec 2023 14:55:22 -0800 Subject: [PATCH] Windows and Linux Background Color --- apps/zui/src/electron/windows/search/search-window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/zui/src/electron/windows/search/search-window.ts b/apps/zui/src/electron/windows/search/search-window.ts index bf87b9a892..1809df16b8 100644 --- a/apps/zui/src/electron/windows/search/search-window.ts +++ b/apps/zui/src/electron/windows/search/search-window.ts @@ -11,7 +11,7 @@ export class SearchWindow extends ZuiWindow { options: BrowserWindowConstructorOptions = { titleBarStyle: env.isMac ? "hidden" : undefined, vibrancy: "sidebar", - backgroundColor: env.isMac ? undefined : "hsl(212, 8%, 85%)", + backgroundColor: env.isMac ? undefined : "#F3F3F3", trafficLightPosition: {x: 16, y: 13}, resizable: true, minWidth: 480,