refactor: remove listWidth prop from List component and associated components (#135)

This commit is contained in:
Razboy20
2024-03-09 00:37:31 -06:00
committed by GitHub
parent f932168f66
commit f67280127a
5 changed files with 11 additions and 14 deletions

View File

@@ -133,7 +133,6 @@ export default function PopupMain(): JSX.Element {
draggableElements={activeSchedule?.courses.map((course, i) => (
<PopupCourseBlock key={course.uniqueId} course={course} colors={tailwindColorways[i]} />
))}
listWidth={350}
gap={12}
/>
)}