File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55 DangerousButton ,
66 OutlinedButton ,
77 PrimaryButton ,
8- SecondaryButton ,
98} from "../components/button/button" ;
109import BUTTON_SIZE from "../components/button/button-size" ;
1110import BACKGROUND_COLOR from "../components/color/background-color" ;
@@ -82,7 +81,7 @@ function ViewerButtons({ onEdit }) {
8281function EditingButtons ( { onDelete, onDone } ) {
8382 return (
8483 < ButtonContainer >
85- < DangerousButton
84+ < PrimaryButton
8685 size = { BUTTON_SIZE . medium }
8786 title = "삭제하기"
8887 onClick = { onDelete }
@@ -245,12 +244,12 @@ function MessagesPage() {
245244 content = { dialogContent }
246245 action = {
247246 < >
248- < PrimaryButton
247+ < DangerousButton
249248 size = { BUTTON_SIZE . medium }
250249 title = "삭제"
251250 onClick = { handleDelete }
252251 />
253- < SecondaryButton
252+ < OutlinedButton
254253 size = { BUTTON_SIZE . medium }
255254 title = "취소"
256255 onClick = { handleDeleteCancel }
You can’t perform that action at this time.
0 commit comments