Skip to content

Commit

Permalink
feat: gird replace Flex with View wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Apr 11, 2023
1 parent 6eaca61 commit a1dcf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/grid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class Grid extends React.Component<GridProps, any> {
{pagesArr}
</Carousel>
) : (
<Flex direction="column">{rowsArr}</Flex>
<View>{rowsArr}</View>
)
}}
</WithTheme>
Expand Down

0 comments on commit a1dcf1c

Please sign in to comment.