design: InfoEditForm 버튼 스타일 수정

This commit is contained in:
정기영 2024-07-22 14:36:34 +09:00
parent d84c947c10
commit fe3f1b1265

View File

@ -43,6 +43,9 @@
background-color: var(--primary-color);
border: 1px solid var(--border-color);
color: white;
font-size: 16px;
line-height: 1.4;
font-weight: 700;
box-sizing: border-box;
border-radius: 8px;
align-self: end;