Skip to content

Commit

Permalink
Design: 여정생성버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suehub committed Jan 4, 2024
1 parent 2a68934 commit 1dceb23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Tours/CreateTripButton.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { PlusIcon } from '@components/common/icons/Icons';

const CreateTripButton = () => {
return (
<div className="sticky bottom-20 z-[100] ml-auto mr-2 h-[51px] w-[51px] cursor-pointer">
<PlusIcon size={51} color="white" />
<div className="sticky bottom-20 z-[100] ml-auto mr-2 flex h-12 w-[119px] items-center justify-center gap-2 rounded-[30px] bg-[#28d8ff] p-2 shadow-[2px_2px_5px_0_rgba(0,0,0,0.2)]">
<button className="headline1 pt-[2px] text-white">여행 계획하기</button>
</div>
);
};
Expand Down

0 comments on commit 1dceb23

Please sign in to comment.