@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.js CHANGED
@@ -1893,10 +1893,7 @@ var styles6 = StyleSheet.create({
1893
1893
  gap: 8,
1894
1894
  borderRadius: 12,
1895
1895
  backgroundColor: colors.whiteAlpha6,
1896
- ...Platform.select({
1897
- web: { boxShadow: `0 8px 24px ${colors.black}73` },
1898
- default: { elevation: 8 }
1899
- })
1896
+ overflow: "hidden"
1900
1897
  },
1901
1898
  item: {
1902
1899
  height: CONTROL_HEIGHT,