Skip to content

Commit

Permalink
fix: titlebar color
Browse files Browse the repository at this point in the history
  • Loading branch information
dice2o committed Jul 2, 2023
1 parent 4a0f100 commit f1f7443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const createWindow = () => {
titleBarStyle: 'hidden',
titleBarOverlay: true,
titleBarOverlay: {
color: isDarkMode ? '#3b3b3b' : '#ffffff',
color: isDarkMode ? '#333333' : '#ffffff',
symbolColor: isDarkMode ? '#eeeeee' : '#1c1c1c',
},
webPreferences: {
Expand Down

0 comments on commit f1f7443

Please sign in to comment.