Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Oct 20, 2024
1 parent 22eaa25 commit e1dec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/Titlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export function Titlebar({ style }: TitlebarProps) {
Platform.OS === 'mac' &&
floatingSidebar && { paddingLeft: 80 }),
...style,
background: 'red',
background: 'green',
}}
>
{(floatingSidebar || sidebar.alwaysFloats) && (
Expand Down

0 comments on commit e1dec97

Please sign in to comment.