Skip to content

Commit

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

0 comments on commit ad7b6e1

Please sign in to comment.