Skip to content

Commit 223e1fe

Browse files
committed
chore(dev): less distracting test tag
1 parent 2c1309a commit 223e1fe

File tree

1 file changed

+2
-2
lines changed
  • packages/shell-dev-vue3/src/devtools-plugin

1 file changed

+2
-2
lines changed

packages/shell-dev-vue3/src/devtools-plugin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default {
3232
} else {
3333
node.tags.push({
3434
label: 'test',
35-
textColor: 0x000000,
36-
backgroundColor: 0xFF5555
35+
textColor: 0xFFAAAA,
36+
backgroundColor: 0xFFEEEE
3737
})
3838
}
3939
})

0 commit comments

Comments
 (0)