@@ -266,7 +266,7 @@ function nonFaceStart() {
<div class="row mt-3">
<div class="col-12">
<div class="text-right">
- <button type="button" class="btn btn-primary w100" onclick="location.href='./edit?patientIdx=${patientIdx}';">수정</button>
+ <button type="button" class="btn btn-secondary w100" onclick="location.href='./edit?patientIdx=${patientIdx}';">수정</button>
<button type="button" class="btn btn-primary w100" onclick="location.href='./list';">확인</button>
</div>