Skip to content

Commit

Permalink
Update DesktopTitlebar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 11, 2024
1 parent 1794fc2 commit 9a69e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DesktopTitlebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
:class="{ hidden: isFullscreen }"
style="-webkit-app-region: drag; height: 28px"
class="z-50 flex justify-between border-b bg-ui-gray-600 border-ui-gray-800"
class="z-50 flex justify-between border-b bg-ui-gray-700 border-ui-gray-800"
>
<div @dblclick="$ipc.send('double-click-title-bar')" class="w-full h-full"></div>

Expand Down

0 comments on commit 9a69e98

Please sign in to comment.