beem-component 1.7.4 → 1.7.5

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.
@@ -69,7 +69,7 @@ var MainContent = _styledComponents.default.div(_templateObject2 || (_templateOb
69
69
  if (status === 'story') return "0.143rem solid ".concat(_colors.BmSecondaryPurple);
70
70
  }
71
71
 
72
- return "0.071rem solid ".concat(_colors.BmSecondaryPurple);
72
+ return "0.143rem solid ".concat(_colors.BmSecondaryPurple);
73
73
  }, function (_ref8) {
74
74
  var state = _ref8.state;
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -56,7 +56,7 @@ const MainContent = styled.div`
56
56
  if (status === 'comment') return `0.143rem solid ${BmSecondaryGreen}`;
57
57
  if (status === 'story') return `0.143rem solid ${BmSecondaryPurple}`;
58
58
  }
59
- return `0.071rem solid ${BmSecondaryPurple}`;
59
+ return `0.143rem solid ${BmSecondaryPurple}`;
60
60
  }};
61
61
  background-color: ${({ state }) => {
62
62
  if (state) {