Skip to content

Commit d93e69e

Browse files
committed
Change back to original titlebar color 🎨
1 parent 71e9a7c commit d93e69e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/deadcoder0904/wip-desktop.git"
1313
},
1414
"homepage": "https://akshaykadam.me/apps/wip-desktop",
15-
"version": "1.3.0",
15+
"version": "1.4.0",
1616
"license": "MIT",
1717
"scripts": {
1818
"dev": "electron-webpack dev",

src/styles/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const theme = {
88
fontFamily
99
},
1010
titlebar: {
11-
bgColor: "antiquewhite",
11+
bgColor: "#f9f9f9",
1212
height: "2.5rem"
1313
},
1414
navbar: {

0 commit comments

Comments
 (0)