Commit e1b8a170 authored by Kim, Subin's avatar Kim, Subin
Browse files

col 사이즈 수정

parent 429c224a
......@@ -5,8 +5,8 @@ const BtnGroup = () => {
return (
<div className="d-flex justify-content-around my-4">
<button className="btn btn-white col-4 shadow-none border-dark" type="button" onClick={() => history.goBack()}>취소</button>
<button className="btn btn-crimson col-4" type="submit">확인</button>
<button className="btn btn-white col-5 shadow-none border-dark" type="button" onClick={() => history.goBack()}>취소</button>
<button className="btn btn-crimson col-5" type="submit">등록</button>
</div>
)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment