Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const meta: Meta = {
export default meta;
type Story = StoryObj<typeof meta>;

const PERFORMANCE_STAGE_NODE_WIDTH = 304;
const PERFORMANCE_STAGE_NODE_WIDTH = 336;
const PERFORMANCE_STAGE_SPACING_X = 400;
const PERFORMANCE_STAGE_SPACING_Y = 384;
const DEFAULT_STAGE_COUNT = 48;
Expand Down
Loading
Loading