@eturnity/eturnity_reusable_components 1.0.64 → 1.0.65

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -106,6 +106,8 @@ const TableContainer = styled.table`
106
106
  &.empty {
107
107
  height: 100px;
108
108
  text-align: center;
109
+ cursor: default;
110
+ background-color: #fff !important;
109
111
  }
110
112
 
111
113
  &.no-border {