Skip to content

Commit

Permalink
Windows and Linux Background Color
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Dec 11, 2023
1 parent ef66cb7 commit 517cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zui/src/electron/windows/search/search-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 517cea9

Please sign in to comment.