Skip to content

Commit

Permalink
fix: update title of Eye Dropper command (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetbarut committed Jan 1, 2024
1 parent eff6766 commit ea58139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ registerCommands(() => [
...(eyeDropper.isSupported.value
? [{
id: 'action:eye-dropper',
title: 'Eye Dropper',
title: 'Color Picker',
icon: 'i-carbon-eyedropper',
action: async () => {
const { sRGBHex } = await eyeDropper.open() || {}
Expand Down

0 comments on commit ea58139

Please sign in to comment.