benivo-ui-library 1.8.88 → 1.8.89

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/checkbox.less +1 -1
  2. package/package.json +1 -1
package/checkbox.less CHANGED
@@ -120,7 +120,7 @@
120
120
  top: 0.25rem;
121
121
  height: 1rem;
122
122
  width: 1rem;
123
- border: var(--border-200);
123
+ border: 1px solid var(--border-200);
124
124
  margin-right: .25px;
125
125
  color: var(--white);
126
126
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.8.88",
3
+ "version": "1.8.89",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",