Skip to content

Commit

Permalink
💄 Style(#103): Button에 cn 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Nov 5, 2023
1 parent c40d72d commit 9adf5f0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/(user-menu)/mypage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,12 @@ const MyProfilePage = () => {
</div>
<AlertModal
trigger={
<Button
className={`cn(${buttonSize.md} text-st-white) bg-st-red`}
>
<Button className={`${buttonSize.md} bg-st-red text-st-white`}>
회원 탈퇴
</Button>
}
actionButton={
<Button
className={`cn(${buttonSize.sm} text-st-white) bg-st-red`}
>
<Button className={`${buttonSize.sm} bg-st-red text-st-white`}>
탈퇴
</Button>
}
Expand Down

0 comments on commit 9adf5f0

Please sign in to comment.