Skip to content

Commit 26ba50a

Browse files
committed
LightBlue Titlebar ✨
1 parent d93e69e commit 26ba50a

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.4.0",
15+
"version": "1.5.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: "#f9f9f9",
11+
bgColor: "lightblue",
1212
height: "2.5rem"
1313
},
1414
navbar: {

0 commit comments

Comments
 (0)