@posiwise/core-styles 0.0.24 → 0.0.25

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -162,7 +162,8 @@
162
162
  padding-bottom: 30px;
163
163
 
164
164
  .primeng-datatable-container table thead tr th {
165
- background-color: $tabs-sub-bg !important;
165
+ background-color: var(--tabs_bg) !important;
166
+ opacity: 0.8;
166
167
  padding: 3px 10px;
167
168
  }
168
169
  }