benivo-ui-library 1.9.45 → 1.9.46

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/package.json +1 -1
  2. package/tooltip.less +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.9.45",
3
+ "version": "1.9.46",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/tooltip.less CHANGED
@@ -267,6 +267,7 @@
267
267
  .tooltip {
268
268
  visibility: visible;
269
269
  opacity: 1;
270
+ background-color: var(--gray-900);
270
271
  }
271
272
  }
272
273
  }
@@ -275,6 +276,8 @@
275
276
  .tooltip {
276
277
  visibility: visible;
277
278
  opacity: 1;
279
+ background-color: var(--gray-900);
280
+
278
281
  }
279
282
  }
280
283
  }