@eturnity/eturnity_reusable_components 1.1.88 → 1.1.89

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.1.88",
3
+ "version": "1.1.89",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -195,7 +195,7 @@ const TableContainer = styled.table`
195
195
  &.footer {
196
196
  td {
197
197
  background-color: ${(props) => props.theme.colors.grey5};
198
- border-top: 1px solid ${(props) => props.theme.colors.grey4};
198
+ /* border-top: 1px solid ${(props) => props.theme.colors.grey4}; */
199
199
  }
200
200
 
201
201
  .text {