Skip to content

Commit

Permalink
Merge branch 'feat/dragdrop' of https://github.com/erica0321/wooco-fe
Browse files Browse the repository at this point in the history
…into feat/dragdrop
  • Loading branch information
erica0321 committed Dec 17, 2024
2 parents c2812ec + ced6fc8 commit 667c7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/courses/new/components/SortableItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function SortableItem({ id, place, onEdit, onDelete }: any) {
style={{
transform: CSS.Transform.toString(transform),
transition,
touchAction: 'none',
}}
className='flex items-center justify-between gap-[10px] h-[40px] px-[10px] py-[10px] border text-[15px] rounded-[5px] bg-white'
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/courses/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function Page() {
</button>
<Drawer
title='장소 검색'
size={'large'}
height={600}
placement={'bottom'}
className='w-full rounded-[10px]'
onClose={onClose}
Expand Down

0 comments on commit 667c7b6

Please sign in to comment.