@eturnity/eturnity_reusable_components 1.0.90 → 1.0.91

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.90",
3
+ "version": "1.0.91",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -109,7 +109,7 @@ const TableContainer = styled.table`
109
109
  }
110
110
 
111
111
  td {
112
- padding: 7px 15px 7px 10px;
112
+ padding: 6px 15px 7px 10px;
113
113
  border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
114
114
 
115
115
  &.empty {