Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
juniusfree committed Apr 4, 2024
1 parent 831ed25 commit 08a1757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const OptionsColumn = ({ colOptions, options, onClick, onClose, showBorder }) =>
return (
<OptionsColumnContainer $showBorder={showBorder}>
{colOptions.map((category) => (
<Stack spacing={2} key={category}>
<Stack spacing={1} key={category}>
<CategoryTitle>{category}</CategoryTitle>
<Stack alignItems="start">
{options[category].map((option) => (
Expand Down

0 comments on commit 08a1757

Please sign in to comment.