Skip to content

Commit 87ab8db

Browse files
committed
Fix content bg
1 parent d4b5d98 commit 87ab8db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitification",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Gitification",
11-
"version": "1.1.2"
11+
"version": "1.1.3"
1212
},
1313
"tauri": {
1414
"systemTray": {

src/assets/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $colors: (
77
switch-dot: rgb(255, 255, 255) rgb(255, 255, 255),
88
gray: rgb(95, 95, 95) rgb(95, 95, 95),
99
switch-bg: var(--gray) var(--gray),
10-
content-bg: rgba(30, 30, 30, 8) rgb(30, 30, 30),
10+
content-bg: rgba(30, 30, 30, .8) rgb(30, 30, 30),
1111
page-header-bg: rgba(43, 43, 43, .6) rgb(43, 43, 43),
1212
popover-bg: rgba(20, 20, 20, .6) rgb(26, 26, 26),
1313
bottom-bar-bg: rgba(21, 21, 21, 0.2) rgb(21, 21, 21),

0 commit comments

Comments
 (0)