carbon-react 120.6.0 → 120.6.1

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.
@@ -82,11 +82,6 @@ const StyledButtonChildrenContainer = styled.div`
82
82
  box-shadow: var(--boxShadow100);
83
83
  border-radius: var(--borderRadius100);
84
84
 
85
- ${StyledIcon} {
86
- margin-left: 0;
87
- left: 8px;
88
- }
89
-
90
85
  ${borderRadiusStyling}
91
86
 
92
87
  ${StyledButton} {
@@ -92,11 +92,6 @@ const StyledButtonChildrenContainer = _styledComponents.default.div`
92
92
  box-shadow: var(--boxShadow100);
93
93
  border-radius: var(--borderRadius100);
94
94
 
95
- ${_icon.default} {
96
- margin-left: 0;
97
- left: 8px;
98
- }
99
-
100
95
  ${_splitButtonChildren.borderRadiusStyling}
101
96
 
102
97
  ${_button.default} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "120.6.0",
3
+ "version": "120.6.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",