Skip to content

Commit

Permalink
Simplify the message padding values
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 17, 2024
1 parent b6303d5 commit 7a52310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ export const MenuList = <
};

const messageVerticalPaddings: SizeProps = {
sm: "6px",
md: "8px",
lg: "10px",
sm: 1.5,
md: 2,
lg: 2.5,
};

export const LoadingMessage = <
Expand Down

0 comments on commit 7a52310

Please sign in to comment.