Skip to content

Commit 763e4e7

Browse files
committed
fix: contrast improvements
1 parent b9c5979 commit 763e4e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/@vue/cli-ui/src/components/ItemLogo.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ export default {
113113
background rgba(black, .03)
114114
border-radius 50%
115115
overflow hidden
116+
.vue-ui-dark-mode &
117+
background rgba(white, .07)
116118
.image
117119
width 100%
118120
height @width
@@ -122,7 +124,7 @@ export default {
122124
width 24px
123125
height @width
124126
>>> svg
125-
fill rgba($color-text-light, .3)
127+
fill $color-text-light
126128
127129
.color-bullet
128130
position absolute

packages/@vue/cli-ui/src/style/mixins.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ list-item()
33
cursor pointer
44

55
&.selected
6-
background rgba($vue-ui-color-primary, .05)
6+
background rgba($vue-ui-color-primary, .08)
77

88
&:hover
9-
background rgba($vue-ui-color-primary, .03)
9+
background rgba($vue-ui-color-primary, .05)
1010

1111

1212
ansi-colors($name, $color)

0 commit comments

Comments
 (0)