From 1fb3d6fe3ea37943fa6dc60f9886b1ec96e2619d Mon Sep 17 00:00:00 2001 From: quantenProjects Date: Tue, 12 Dec 2023 19:48:21 +0100 Subject: [PATCH] Fix Typo in Color Picker Description --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index d481b44..6c0b073 100644 --- a/src/module.ts +++ b/src/module.ts @@ -138,7 +138,7 @@ export const plugin = new PanelPlugin(ButtonPanel).setPanelO }) .addColorPicker({ path: 'foregroundColor', - name: 'Fackground Color', + name: 'Foreground Color', description: 'Foreground color of the button', settings: { disableNamedColors: true,