@eturnity/eturnity_reusable_components 1.0.82 → 1.0.83

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.82",
3
+ "version": "1.0.83",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -315,7 +315,11 @@ const TableContainer = styled.table`
315
315
  input {
316
316
  font-size: 13px;
317
317
  padding: 5px 10px;
318
- background: #fff !important;
318
+ background: #fff;
319
+
320
+ &:focus {
321
+ background: ${(props) => props.theme.colors.grey5};
322
+ }
319
323
  }
320
324
 
321
325
  .open-container {