Skip to content

Commit 1761b9a

Browse files
author
Guillaume Chau
authored
Fix double quotes color in Dark mode (#574)
1 parent 6bb181d commit 1761b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devtools/components/DataField.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ export default {
485485
&.string
486486
>>> span
487487
color $black
488+
.dark &
489+
color $red
488490
&.null
489491
color #999
490492
&.literal

0 commit comments

Comments
 (0)