@ecohouse/ui 0.1.10 → 0.1.11

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/dist/index.cjs CHANGED
@@ -1899,10 +1899,7 @@ var styles6 = reactNative.StyleSheet.create({
1899
1899
  gap: 8,
1900
1900
  borderRadius: 12,
1901
1901
  backgroundColor: colors.whiteAlpha6,
1902
- ...reactNative.Platform.select({
1903
- web: { boxShadow: `0 8px 24px ${colors.black}73` },
1904
- default: { elevation: 8 }
1905
- })
1902
+ overflow: "hidden"
1906
1903
  },
1907
1904
  item: {
1908
1905
  height: CONTROL_HEIGHT,