Skip to content

Commit

Permalink
💄 Style(#47): 신청자 보기, 리뷰 남기기 버튼 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Nov 24, 2023
1 parent 52c9e76 commit 3ba123e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(steady)/steady/detail/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const SteadyDetailPage = ({ params }: { params: { id: string } }) => {
replace={true}
>
<Button
className={`${buttonSize.md} bg-st-primary text-st-white`}
className={`${buttonSize.sm} bg-st-primary text-st-white`}
>
리뷰 남기기
</Button>
Expand All @@ -207,7 +207,7 @@ const SteadyDetailPage = ({ params }: { params: { id: string } }) => {
<InfoModal
trigger={
<Button
className={`${buttonSize.md} bg-st-primary text-st-white`}
className={`${buttonSize.sm} bg-st-primary text-st-white`}
>
참여자 보기
</Button>
Expand Down

0 comments on commit 3ba123e

Please sign in to comment.