Skip to content

Commit

Permalink
refactor: stack spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopajarino committed Dec 27, 2024
1 parent b04e321 commit 160ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ ${memberIds.join("\n")}
<Stack
mt="30px"
align="start"
spacing="2"
spacing={{base: "6", lg:"14"}}
direction={{ base: "column-reverse", md: "row" }}
>
<VStack
Expand Down

0 comments on commit 160ef50

Please sign in to comment.