@artsy/palette-mobile 11.0.38 → 11.0.39

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v11.0.39 (Thu Jun 08 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(tabs): ensure border overlaps [#112](https://github.com/artsy/palette-mobile/pull/112) ([@damassi](https://github.com/damassi))
6
+
7
+ #### Authors: 1
8
+
9
+ - Christopher Pappas ([@damassi](https://github.com/damassi))
10
+
11
+ ---
12
+
1
13
  # v11.0.38 (Thu Jun 08 2023)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
@@ -34,6 +34,7 @@ const TabsContainer = ({ children, indicators = [], initialTabName, renderHeader
34
34
  }, contentContainerStyle: {}, activeColor: color("onBackground"), inactiveColor: color("onBackgroundMedium"), labelStyle: { marginTop: 0 }, indicatorStyle: {
35
35
  backgroundColor: color("onBackground"),
36
36
  height: 1,
37
+ bottom: -1,
37
38
  } }) }));
38
39
  }, children: children }));
39
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "11.0.38",
3
+ "version": "11.0.39",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",