Skip to content

Commit 57151be

Browse files
ajerezAkryum
authored andcommitted
fix: progress-path background color for dark mode (#3717)
* Fixed progress-path background color for dark mode * Fixed progress dots background color for dark mode * Updated progress background color for dark mode with code suggestions Co-Authored-By: ajerez <albertoj04@gmail.com>
1 parent 1e09efa commit 57151be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@vue/cli-ui-addon-webpack/src/components/BuildProgress.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
>>> .background
120120
stroke rgba($vue-ui-color-dark, .1)
121121
.vue-ui-dark-mode &
122-
stroke $vue-ui-color-darker
122+
stroke $vue-ui-color-dark
123123
124124
.operations
125125
color $vue-ui-color-dark
@@ -167,6 +167,8 @@ export default {
167167
height @width
168168
border-radius 50%
169169
background rgba(black, .1)
170+
.vue-ui-dark-mode &
171+
background: $vue-ui-color-dark
170172
transition background .15s
171173
for n in (1..4)
172174
&:nth-child({n})

0 commit comments

Comments
 (0)