@mw-kit/mw-ui 1.7.16 → 1.7.17

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.
@@ -522,7 +522,7 @@ var Button = styled.button(_templateObject$1 || (_templateObject$1 = _taggedTemp
522
522
  return css(_templateObject4$1 || (_templateObject4$1 = _taggedTemplateLiteralLoose(["\n opacity: 0.3;\n pointer-events: none;\n "])));
523
523
  }
524
524
 
525
- return css(_templateObject5$1 || (_templateObject5$1 = _taggedTemplateLiteralLoose(["\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n "])), theme.getColor('greyishBlue', 10), loading ? 'transparent' : theme.getColor('greyishBlue', 30));
525
+ return css(_templateObject5$1 || (_templateObject5$1 = _taggedTemplateLiteralLoose(["\n background-color: ", ";\n border-color: ", ";\n color: ", ";\n pointer-events: none;\n "])), theme.getColor('greyishBlue', 10), theme.getColor('greyishBlue', 10), loading ? 'transparent' : theme.getColor('greyishBlue', 30));
526
526
  }, function (_ref7) {
527
527
  var loading = _ref7.loading,
528
528
  disabled = _ref7.disabled;