Skip to content

Commit

Permalink
fix: padding in the dropDownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
koukama committed Mar 7, 2024
1 parent cacd18c commit bc54b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/design-system/src/components/DropdownMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const items = [

export const Default = {
args: {
trigger: <button className="bg-white text-black rounded mx-3 my-3">Click me!</button>,
trigger: <button className="bg-white text-black rounded mx-3 my-3 px-3">Click me!</button>,
items,
side: 'bottom',
align: 'start'
Expand Down

0 comments on commit bc54b29

Please sign in to comment.