From 90c015a5b3a38fa1ce189d0a82ca369ef329afcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20H=C3=B6ra?= Date: Tue, 15 Oct 2024 18:20:43 +0200 Subject: [PATCH] fix: typo in button story --- src/components/Button/Button.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/Button.stories.ts b/src/components/Button/Button.stories.ts index c1b6a6a1..371028b5 100644 --- a/src/components/Button/Button.stories.ts +++ b/src/components/Button/Button.stories.ts @@ -114,7 +114,7 @@ const meta: Meta = { }, label: { name: 'label', - description: 'Label (inner test)', + description: 'Label (inner text)', control: { type: 'text', },