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

@@ -77,7 +77,7 @@ export function CalendarSchedules({ style, dummySchedules, dummyActiveIndex }: P
</div>
</div>
<div className='flex flex-col space-y-2.5'>
<List gap={10} draggableElements={scheduleComponents} listWidth={240} />
<List gap={10} draggableElements={scheduleComponents} />
<input
type='text'
placeholder='Enter new schedule'