diff --git a/src/index.less b/src/index.less index 3ff8f33..d397acb 100644 --- a/src/index.less +++ b/src/index.less @@ -421,6 +421,14 @@ textarea.ant-input { border-color: #ff4d4f; } +.ant-modal-confirm-btns > .ant-btn-primary { + background-color: #ff4d4f !important; + color: #fff; + &:hover { + opacity: 0.8; + } +} + .form-column { width: 1px; height: 14px;