Skip to content

Commit

Permalink
fix(Column): revert to original number of buttons (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
THoj13 authored Dec 20, 2023
1 parent 95a20f5 commit dbf17c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const Column = args =>
context.theme.layout.screenH -
2 * (context.theme.layout.marginY + context.theme.layout.gutterY),
scrollIndex: args.scrollIndex,
items: createItems(Button, 3),
items: createItems(Button, 20),
waitForDimensions: args.waitForDimensions
}
};
Expand Down

0 comments on commit dbf17c9

Please sign in to comment.