Skip to content

Commit

Permalink
Fix Typo in Color Picker Description
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenProjects authored and derjust committed Dec 15, 2023
1 parent 0f3d759 commit 1fb3d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const plugin = new PanelPlugin<ButtonPanelOptions>(ButtonPanel).setPanelO
})
.addColorPicker({
path: 'foregroundColor',
name: 'Fackground Color',
name: 'Foreground Color',
description: 'Foreground color of the button',
settings: {
disableNamedColors: true,
Expand Down

0 comments on commit 1fb3d6f

Please sign in to comment.