Skip to content

Commit ae0c4e7

Browse files
committed
Light Theme TitleBar Changed 🎨
1 parent c655d62 commit ae0c4e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/deadcoder0904/wip-desktop.git"
1212
},
1313
"homepage": "https://akshaykadam.me/apps/wip-desktop",
14-
"version": "1.1.0",
14+
"version": "1.2.0",
1515
"license": "MIT",
1616
"scripts": {
1717
"dev": "electron-webpack dev",

src/styles/theme.js

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

0 commit comments

Comments
 (0)