Skip to content

Commit fe37020

Browse files
committed
Change TitleBar to #f9f9f9 🎨
1 parent cc7e273 commit fe37020

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.6.0",
15+
"version": "1.7.0",
1616
"license": "MIT",
1717
"scripts": {
1818
"lint": "eslint src/",

src/styles/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const theme = {
99
fontFamily,
1010
},
1111
titlebar: {
12-
bgColor: "lightblue",
12+
bgColor: "#f9f9f9",
1313
height: "2.5rem",
1414
},
1515
navbar: {

0 commit comments

Comments
 (0)