benivo-ui-library 1.9.33 → 1.9.35

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.
package/autoComplete.less CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  .suggestion-item--active {
24
24
  cursor: pointer;
25
- background: rgba(var(--black-rgb), 0.1);
25
+ background: var(--bg-100);
26
26
  color: var(--text-600);
27
27
  padding: 0.5rem 1.25rem;
28
28
  border: solid 1px var(--border-200);
package/checkbox.less CHANGED
@@ -142,6 +142,7 @@
142
142
  top: 0.25rem;
143
143
  height: 1.25rem;
144
144
  width: 1.25rem;
145
+ min-width: 20px;
145
146
  border: 1px solid var(--border-200);
146
147
  margin-right: .25px;
147
148
  color: var(--white);