@eturnity/eturnity_reusable_components 1.0.85 → 1.0.86

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.85",
3
+ "version": "1.0.86",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -82,11 +82,11 @@ const TableContainer = styled.table`
82
82
  cursor: pointer;
83
83
 
84
84
  .table-dropdown {
85
- background-color: ${(props) => props.theme.colors.grey5} !important;
85
+ background-color: ${(props) => props.theme.colors.grey5};
86
86
  }
87
87
 
88
88
  input {
89
- background-color: ${(props) => props.theme.colors.grey5} !important;
89
+ background-color: ${(props) => props.theme.colors.grey5};
90
90
  }
91
91
  }
92
92
 
@@ -311,10 +311,10 @@ const TableContainer = styled.table`
311
311
  input {
312
312
  font-size: 13px;
313
313
  padding: 5px 10px;
314
- background: #fff !important;
314
+ background: #fff;
315
315
 
316
316
  &:focus {
317
- background: ${(props) => props.theme.colors.grey5} + " !important";
317
+ background: ${(props) => props.theme.colors.grey5};
318
318
  }
319
319
  }
320
320