Skip to content

Commit ea58139

Browse files
authored
fix: update title of Eye Dropper command (#558)
1 parent eff6766 commit ea58139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/client/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ registerCommands(() => [
9090
...(eyeDropper.isSupported.value
9191
? [{
9292
id: 'action:eye-dropper',
93-
title: 'Eye Dropper',
93+
title: 'Color Picker',
9494
icon: 'i-carbon-eyedropper',
9595
action: async () => {
9696
const { sRGBHex } = await eyeDropper.open() || {}

0 commit comments

Comments
 (0)