Skip to content

Commit e81fc65

Browse files
author
Guillaume Chau
committed
fix(ui): dropdown separator color
1 parent 7a0cd08 commit e81fc65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,10 @@ ansi-colors('white', $vue-ui-color-light)
150150

151151
.dropdown-separator
152152
height 1px
153-
background rgba($vue-ui-color-dark, .1)
154153
margin ($padding-item / 2) 0
154+
background rgba($vue-ui-color-dark, .05)
155+
.vue-ui-dark-mode &
156+
background rgba($vue-ui-color-dark-neutral, .2)
155157

156158
.vue-ui-modal
157159
&.anchor

0 commit comments

Comments
 (0)