@ecohouse/ui 0.1.51 → 0.1.52

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
@@ -35886,11 +35886,14 @@ var styles31 = StyleSheet.create({
35886
35886
  borderColor: colors.grey700,
35887
35887
  borderRadius: 16,
35888
35888
  backgroundColor: colors.grey700,
35889
- shadowColor: colors.black,
35890
- shadowOffset: { width: 0, height: 8 },
35891
- shadowOpacity: 0.4,
35892
- shadowRadius: 18,
35893
- elevation: 12
35889
+ ...Platform.select({
35890
+ web: {
35891
+ boxShadow: `0 8px 18px ${colors.black}66`
35892
+ },
35893
+ default: {
35894
+ elevation: 12
35895
+ }
35896
+ })
35894
35897
  },
35895
35898
  list: {
35896
35899
  maxHeight: MENU_MAX_HEIGHT