logitude-dashboard-library 3.2.45 → 3.2.47

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.
@@ -492,6 +492,7 @@ $dark-grey: #717585;
492
492
  display: flex;
493
493
  place-content: flex-start;
494
494
  align-items: flex-start;
495
+ padding-top: 1px; // for widget header bottom border
495
496
  }
496
497
 
497
498
  .filter-label {
@@ -1229,7 +1230,7 @@ $dark-grey: #717585;
1229
1230
  }
1230
1231
 
1231
1232
  .border-bottom-light-white {
1232
- border-bottom: 1px solid #e0e0e0;
1233
+ border-bottom: 1px solid #d0d0d0;
1233
1234
  }
1234
1235
 
1235
1236
  .padding-left-12 {
@@ -492,6 +492,7 @@ $dark-grey: #717585;
492
492
  display: flex;
493
493
  place-content: flex-start;
494
494
  align-items: flex-start;
495
+ padding-top: 1px; // for widget header bottom border
495
496
  }
496
497
 
497
498
  .filter-label {
@@ -1229,7 +1230,7 @@ $dark-grey: #717585;
1229
1230
  }
1230
1231
 
1231
1232
  .border-bottom-light-white {
1232
- border-bottom: 1px solid #e0e0e0;
1233
+ border-bottom: 1px solid #d0d0d0;
1233
1234
  }
1234
1235
 
1235
1236
  .padding-left-12 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.45",
3
+ "version": "3.2.47",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",