logitude-dashboard-library 3.2.26 → 3.2.27

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.
@@ -1105,6 +1105,10 @@ $dark-grey: #717585;
1105
1105
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon::before {
1106
1106
  color: #343a40 !important;
1107
1107
  }
1108
+
1109
+ .p-datatable .p-column-resizer-helper {
1110
+ background: #e0e0e0;
1111
+ }
1108
1112
  }
1109
1113
 
1110
1114
  .header-content > .p-column-title > .pi::before {
@@ -1105,6 +1105,10 @@ $dark-grey: #717585;
1105
1105
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon::before {
1106
1106
  color: #343a40 !important;
1107
1107
  }
1108
+
1109
+ .p-datatable .p-column-resizer-helper {
1110
+ background: #e0e0e0;
1111
+ }
1108
1112
  }
1109
1113
 
1110
1114
  .header-content > .p-column-title > .pi::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.26",
3
+ "version": "3.2.27",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",