From bc54b29707f1189e95f6dbc2f9ec32301f189bf4 Mon Sep 17 00:00:00 2001 From: Asmae Date: Thu, 29 Feb 2024 11:11:32 +0100 Subject: [PATCH] fix: padding in the dropDownMenu --- apps/design-system/src/components/DropdownMenu.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/design-system/src/components/DropdownMenu.stories.tsx b/apps/design-system/src/components/DropdownMenu.stories.tsx index 7002e98a8..3096dd34d 100644 --- a/apps/design-system/src/components/DropdownMenu.stories.tsx +++ b/apps/design-system/src/components/DropdownMenu.stories.tsx @@ -35,7 +35,7 @@ const items = [ export const Default = { args: { - trigger: , + trigger: , items, side: 'bottom', align: 'start'