benivo-ui-library 1.9.43 → 1.9.44

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.9.43",
3
+ "version": "1.9.44",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/tooltip.less CHANGED
@@ -121,7 +121,7 @@
121
121
 
122
122
  .tooltip-inner {
123
123
  padding: 0.375rem 0.55rem;
124
- background: var(--white);
124
+ background: var(--gray-900);
125
125
  .border-radius(@border-radius);
126
126
  text-align: center;
127
127
 
@@ -131,7 +131,7 @@
131
131
  width: @tooltip-arrow-width;
132
132
  height: @tooltip-arrow-width;
133
133
  position: absolute;
134
- background-color: var(--white);
134
+ background-color: var(--gray-900);
135
135
  .box-shadow(-1px -1px 0 var(--border-200));
136
136
  }
137
137
  }