carbon-react 148.0.0 → 148.0.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.
@@ -332,7 +332,8 @@ const tabTitleStyles = css`
332
332
  z-index: 6;
333
333
 
334
334
  > span[data-role="tab-title-content"] {
335
- outline:none;
335
+ outline:none;
336
+ ${position === "top" && "top: 2px;"}
336
337
  }
337
338
 
338
339
  ${position === "top" ? css`
@@ -341,7 +341,8 @@ const tabTitleStyles = (0, _styledComponents.css)`
341
341
  z-index: 6;
342
342
 
343
343
  > span[data-role="tab-title-content"] {
344
- outline:none;
344
+ outline:none;
345
+ ${position === "top" && "top: 2px;"}
345
346
  }
346
347
 
347
348
  ${position === "top" ? (0, _styledComponents.css)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "148.0.0",
3
+ "version": "148.0.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",