Skip to content

Commit

Permalink
refactor: change w for xl screens
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopajarino committed Dec 27, 2024
1 parent d5a479e commit c1cae25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function GroupSizeStep({
<Text>How big is your group?</Text>

<HStack
w={{ base: "100%", lg: "764px" }}
w={{ base: "100%", xl: "764px" }}
py="16px"
overflowX="scroll"
>
Expand Down

0 comments on commit c1cae25

Please sign in to comment.