Skip to content

Commit 79687b7

Browse files
author
Guillaume Chau
committed
fix: instance attr color in dark mode
1 parent 3704342 commit 79687b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devtools/views/components/ComponentInstance.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ export default {
285285
286286
.attr-title
287287
color purple
288+
.vue-ui-dark-mode &
289+
color lighten(purple, 60%)
288290
289291
.spacer
290292
flex auto 1 1

0 commit comments

Comments
 (0)