diff --git a/packages/desktop-client/src/components/Titlebar.tsx b/packages/desktop-client/src/components/Titlebar.tsx index 8ebdf903cab..6c52bf044ca 100644 --- a/packages/desktop-client/src/components/Titlebar.tsx +++ b/packages/desktop-client/src/components/Titlebar.tsx @@ -283,7 +283,7 @@ export function Titlebar({ style }: TitlebarProps) { Platform.OS === 'mac' && floatingSidebar && { paddingLeft: 80 }), ...style, - background: 'red', + background: 'green', }} > {(floatingSidebar || sidebar.alwaysFloats) && (