We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c655d62 commit ae0c4e7Copy full SHA for ae0c4e7
package.json
@@ -11,7 +11,7 @@
11
"url": "https://github.com/deadcoder0904/wip-desktop.git"
12
},
13
"homepage": "https://akshaykadam.me/apps/wip-desktop",
14
- "version": "1.1.0",
+ "version": "1.2.0",
15
"license": "MIT",
16
"scripts": {
17
"dev": "electron-webpack dev",
src/styles/theme.js
@@ -8,7 +8,7 @@ export const theme = {
8
fontFamily
9
10
titlebar: {
- bgColor: "#fcfcfc",
+ bgColor: "antiquewhite",
height: "2.5rem"
navbar: {
0 commit comments