Skip to content

Commit 6c0469d

Browse files
author
Sunlight
committed
fix (BlockWidget): fill color
1 parent 7b34e91 commit 6c0469d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/styles/base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $grayscale: (
6161
--feed-background: rgba(0, 0, 0, 8%);
6262
--notification-background: rgba(0, 0, 0, 95%);
6363
--block-progress-background: rgba(0, 0, 0, 20%);
64+
--block-progress-fill-background: #33a853;
6465
--logo-name: var(--txt-primary);
6566
--bar-fill: rgb(243, 147, 45);
6667
}
@@ -116,6 +117,7 @@ $grayscale: (
116117
--feed-background: rgba(0, 0, 0, 8%);
117118
--notification-background: rgba(0, 0, 0, 95%);
118119
--block-progress-background: rgba(0, 0, 0, 20%);
120+
--block-progress-fill-background: #33a853;
119121
--logo-name: var(--txt-primary);
120122
--bar-fill: rgb(243, 147, 45);
121123
}
@@ -171,6 +173,7 @@ $grayscale: (
171173
--feed-background: rgba(0, 0, 0, 2%);
172174
--notification-background: rgba(255, 255, 255, 95%);
173175
--block-progress-background: rgba(0, 0, 0, 8%);
176+
--block-progress-fill-background: #0ade71;
174177
--logo-name: var(--txt-primary);
175178
--bar-fill: rgb(243, 147, 45);
176179
}

components/widgets/BlockWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ onBeforeUnmount(() => {
253253
254254
width: 100%;
255255
256-
background: var(--neutral-green);
256+
background: var(--block-progress-fill-background);
257257
258258
z-index: -1;
259259

0 commit comments

Comments
 (0)