Skip to content

Commit

Permalink
chore(example): adjust list parameter for new sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Oct 31, 2023
1 parent 1cbecad commit ca1602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/src/modules/program/view/ProgramList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { programInfos } from '../infra/programInfos';
import { ProgramNode } from './ProgramNode';
import { scaledPixels } from '../../../design-system/helpers/scaledPixels';

const NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN = 6;
const NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN = 5;
const WINDOW_SIZE = NUMBER_OF_ITEMS_VISIBLE_ON_SCREEN + 8;
const ROW_PADDING = scaledPixels(70);

Expand Down

0 comments on commit ca1602e

Please sign in to comment.