@cashub/ui 0.12.2 → 0.12.3

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.
Files changed (2) hide show
  1. package/button/Button.js +1 -1
  2. package/package.json +1 -1
package/button/Button.js CHANGED
@@ -53,7 +53,7 @@ var Button = _styledComponents.default.button.attrs(function () {
53
53
  return alignCenter && 'justify-content: center;';
54
54
  }, function (_ref9) {
55
55
  var filterFocus = _ref9.filterFocus;
56
- return filterFocus && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n border: 2px solid var(--font-on-danger);\n "])));
56
+ return filterFocus && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n border: 2px solid var(--color-danger);\n "])));
57
57
  });
58
58
 
59
59
  var _default = Button;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",