Skip to content

Commit

Permalink
fix: flex basic example style breaking on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Oct 28, 2022
1 parent 71dc7bd commit ca2f3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Example() {
return (
<Box flex="1" safeAreaTop>
<ScrollView>
<VStack space={2.5} w="100%" px="3">
<VStack alignItems="start" space={2.5} w="100%" px="3">
{/* flexDirection -> row */}
<Heading size="md">row</Heading>
<Flex direction="row" mb="2.5" mt="1.5">
Expand Down

0 comments on commit ca2f3de

Please sign in to comment.