Skip to content

Commit a63ddd1

Browse files
authored
fix: 결과 대기 페이지 내 공유 버튼 스타일을 Tertiary 로 수정 (#115)
1 parent 4006d47 commit a63ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pageComponents/gathering/opinion/pending/ShareButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const ShareButton = ({ pageId }: ShareButtonProps) => {
2424
};
2525

2626
return (
27-
<Button variant="primary" width="full" onClick={handleShare}>
27+
<Button variant="tertiary" width="full" onClick={handleShare}>
2828
링크 공유
2929
</Button>
3030
);

0 commit comments

Comments
 (0)