Skip to content

Commit

Permalink
fix: 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp-tae committed Nov 28, 2024
1 parent 6a16b74 commit 0f4bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TicketBook/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const ClacoBookDetailPage = () => {
</div>
</div>
<div
className="absolute bottom-[57px] right-[26px] w-[70px] h-[70px] bg-primary rounded-full flex justify-center items-center"
className="absolute -bottom-[250px] right-[26px] w-[70px] h-[70px] bg-primary rounded-full flex justify-center items-center"
onClick={gotoTicketCreate}
>
<Plus viewBox="0 0 22 22" width={40} height={40} />
Expand Down

0 comments on commit 0f4bbae

Please sign in to comment.