Skip to content

Commit ec9a8d9

Browse files
committed
feat(auction-detail): 리뷰 보러가기 버튼 w-full 적용
1 parent 900ec4f commit ec9a8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/auction/auction-sale/ui/auction-detail-seller-review-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function AuctionDetailSellerReviewList({
3535
))}
3636
</div>
3737
<Link href={ROUTES.userReview(sellerId)} className="flex-1">
38-
<Button className="flex-1" variant="outline" size="default">
38+
<Button className="w-full flex-1" variant="outline" size="default">
3939
리뷰 보러가기
4040
</Button>
4141
</Link>

0 commit comments

Comments
 (0)