yw-ui-vue2 2.0.36 → 2.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14620,6 +14620,9 @@ to {
14620
14620
  background-color: #DCDCDC;
14621
14621
  border: none;
14622
14622
  }
14623
+ .ant-modal-footer .ant-btn-primary {
14624
+ background-color: #167BE4;
14625
+ }
14623
14626
  .ant-modal-body {
14624
14627
  padding-left: 24px;
14625
14628
  padding-right: 24px;
@@ -3060,6 +3060,9 @@ a.ant-btn-sm {
3060
3060
  background-color: #DCDCDC;
3061
3061
  border: none;
3062
3062
  }
3063
+ .ant-modal-footer .ant-btn-primary {
3064
+ background-color: #167BE4;
3065
+ }
3063
3066
  .ant-modal-body {
3064
3067
  padding-left: 24px;
3065
3068
  padding-right: 24px;