From 79576c377f67f4a6a9c0f55dc104749f34c4ac9e Mon Sep 17 00:00:00 2001
From: Manuel
Date: Tue, 23 Jan 2024 13:52:14 +0100
Subject: [PATCH] fix(stories): use new toggle switch
---
src/components/dialog/dialog.stories.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/dialog/dialog.stories.tsx b/src/components/dialog/dialog.stories.tsx
index 5e0f17fa..c3f60d9f 100644
--- a/src/components/dialog/dialog.stories.tsx
+++ b/src/components/dialog/dialog.stories.tsx
@@ -111,7 +111,7 @@ export const WithLongContent: Story = {
args: {
children: (
<>
-
+
Paragraph Content
@@ -166,7 +166,7 @@ export const WithLongContent: Story = {
litipsum.com
-
+
>
),
},