logitude-dashboard-library 1.3.76 → 1.3.77

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.
@@ -396,8 +396,7 @@ $dark-grey: #717585;
396
396
  }
397
397
 
398
398
  .dl-tooltiptext-permission {
399
- background-color: #eaeaea;
400
- color: #adadad;
399
+ color: #898080;
401
400
  text-align: center;
402
401
  border-radius: 6px;
403
402
  padding: 5px 20px;
@@ -406,6 +405,7 @@ $dark-grey: #717585;
406
405
  z-index: 1;
407
406
  max-width: 400px;
408
407
  white-space: pre-wrap;
408
+ font-size: 13px;
409
409
  }
410
410
 
411
411
  .dl-tooltip:hover .dl-tooltiptext {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",