We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7e273 commit fe37020Copy full SHA for fe37020
package.json
@@ -12,7 +12,7 @@
12
"url": "https://github.com/deadcoder0904/wip-desktop.git"
13
},
14
"homepage": "https://akshaykadam.me/apps/wip-desktop",
15
- "version": "1.6.0",
+ "version": "1.7.0",
16
"license": "MIT",
17
"scripts": {
18
"lint": "eslint src/",
src/styles/theme.js
@@ -9,7 +9,7 @@ export const theme = {
9
fontFamily,
10
11
titlebar: {
- bgColor: "lightblue",
+ bgColor: "#f9f9f9",
height: "2.5rem",
navbar: {
0 commit comments