tutorbookapp/tutorbook

View on GitHub
components/calendar/config.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Margin between preview overlay and its corresponding calendar RND item.
export const PREVIEW_MARGIN = 6;

// Margin between the end of the calendar RND item and start of next column.
export const RND_MARGIN = 10;