We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828e254 commit 215193aCopy full SHA for 215193a
1 file changed
packages/example/src/pages/ListWithVariableSize.tsx
@@ -55,7 +55,6 @@ const Container = styled.View({
55
56
const ListContainer = styled.View(({ theme }) => ({
57
flexDirection: 'row',
58
- flexWrap: 'wrap',
59
gap: theme.spacings.$4,
60
padding: theme.spacings.$4,
61
}));
0 commit comments