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 7b34e91 commit 6c0469dCopy full SHA for 6c0469d
assets/styles/base.scss
@@ -61,6 +61,7 @@ $grayscale: (
61
--feed-background: rgba(0, 0, 0, 8%);
62
--notification-background: rgba(0, 0, 0, 95%);
63
--block-progress-background: rgba(0, 0, 0, 20%);
64
+ --block-progress-fill-background: #33a853;
65
--logo-name: var(--txt-primary);
66
--bar-fill: rgb(243, 147, 45);
67
}
@@ -116,6 +117,7 @@ $grayscale: (
116
117
118
119
120
121
122
123
@@ -171,6 +173,7 @@ $grayscale: (
171
173
--feed-background: rgba(0, 0, 0, 2%);
172
174
--notification-background: rgba(255, 255, 255, 95%);
175
--block-progress-background: rgba(0, 0, 0, 8%);
176
+ --block-progress-fill-background: #0ade71;
177
178
179
components/widgets/BlockWidget.vue
@@ -253,7 +253,7 @@ onBeforeUnmount(() => {
253
254
width: 100%;
255
256
- background: var(--neutral-green);
+ background: var(--block-progress-fill-background);
257
258
z-index: -1;
259
0 commit comments