Skip to content

Commit 8a441f2

Browse files
committed
revert color for progress block
1 parent eb9e30b commit 8a441f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $grayscale: (
173173
--feed-background: rgba(0, 0, 0, 2%);
174174
--notification-background: rgba(255, 255, 255, 95%);
175175
--block-progress-background: rgba(0, 0, 0, 8%);
176-
--block-progress-fill-background: #0ade71;
176+
--block-progress-fill-background: #33a853;
177177
--logo-name: var(--txt-primary);
178178
--bar-fill: rgb(243, 147, 45);
179179
}

0 commit comments

Comments
 (0)